Dear All,
We have a screen developed in SAPUI5 which contains the data in a table.
I have to copy this table content and paste it onto an excel sheet.
How do I format the contents copied to the clipboard? I wish to have something below.
onCopy : function(){
var data ; // data from the table
var clipBoard = data; //copy the table data in the format we wish
clipBoard.add(); //copy to the clipBoard
}
Is this possible?
Regards,
Noufal