cancel
Showing results for 
Search instead for 
Did you mean: 

Need an FM or code to convert an internal table to excel with sheet name and export it as xstring

Keerthanakg
Advisor
Advisor
0 Kudos
82

Hi everyone,

Could u help me with the code or an FM to convert an internal table to excel format with sheet names and the export it as an xstring. This xstring will be used by the UI application to download the excel with sheet name.

 

Thanks,

Keerthana

 

View Entire Topic
0 Kudos

Hi,

Do you know about the class ZCL_EXCEL (abap2xlsx)? I highly recommend using this class. You can find it on Github, it makes life a lot more easier. 🙂 as far as i remember, it should be possible with this class.

Hope that helps.