I am able to implement Copy Paste function for nattable and it is working perfectly inside the nattable and also for other internal nattable.But not able to paste Data for External system.I have tried to extend Copyhandler and Paste handler.But i am not able to get Data from System clipboard.Please help me.
Nattable: Need help to paste data from extenal source to Nattable
196 views Asked by jugal At
1
To get data from the system clipboard when previously copied data from Excel, you can try to use the following code:
You only need to get the data from the system clipboard and interprete it to match your NatTable structure. And you need to be aware that Excel adds new line characters and tabs as delimiter, so you are able to parse the data correctly.