Copy (Ctrl +C) from Excel into SAPUI5 Table
- Allows user to Copy data from Excel to SAPUI5 Table.
- User can copy the desired result and paste.
- User can later add the missing data by selecting the data and pasting into the selected Columns
- Data inserted into SAPUI5 table is fetched from clipboard.
- Operations can be done by Ctrl+C(copy) and Ctrl+v(Paste) into SAPUI5 table.
Please check the Example-GIF file for Demo.
Note: It is a complete working Project.
New Custom Control CopyPasteTable is created which listens to the paste events on the table.
Here is the Demo: