Welcome to the JavaScript feedback portal. We’re happy you’re here! If you have feedback on how to improve the JavaScript, we’d love to hear it!

  • Check out the features or bugs others have reported and vote on your favorites. Feedback will be prioritized based on popularity.
  • If you have feedback that’s not listed yet, submit your own.

Thanks for joining our community and helping improve Syncfusion products!

6
Votes

Scenario 1:

Need to provide support to copy/paste the values from MS Excel to spreadsheet. And need to consider in both context menu and tool bar options as like as MS Excel.


Scenario 2:

Need to provide support to copy/paste the values from one instance of spreadsheet to another instance. And need to consider in both context menu and tool bar options as like as MS Excel.


Scenario 3:

Need to trigger the actionBegin and actionComplete action with proper copied objects for clipboard actions collaborative editing support.

Sample Link: https://stackblitz.com/edit/typescript-qerhn7?file=index.ts

Video Link: https://support.syncfusion.com/attachment/download/309290


Scenario 4:


Need to provide support to use the paste method, when we copy the content from the external clipboard (MS Excel). And consider this along with ctrl + c and ctrl + v actions also.


Sample Link: https://stackblitz.com/edit/react-r63hnp?file=index.js



Screenshot after copy paste for different excels.

Empty