Quantcast
Channel: SCN : All Content - SAPUI5 Developer Center
Viewing all articles
Browse latest Browse all 6178

Copying table contents to excel

$
0
0

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


Viewing all articles
Browse latest Browse all 6178

Trending Articles