‎2013 Jun 05 6:17 PM
Hello All,
We have a requirement to save the data in an internal table on to the application server in .xlsx format.
Can someone please let me know if this is possible. And I do not want to save it as microsoft xml format (.xml extension).
On searching for this requirement we found abap2xlsx SAPLink. But is there any standard method provided by SAP to download data in .xlsx format on application server. And can we download .xlsx to application server directly using abap2xlsx.
Thank you,
Sri.
‎2013 Jul 18 3:46 PM
‎2013 Jun 06 3:03 AM
Hi,
You should try OPEN and CLOSE dataset option and if you want OPEN CLOSE encapsulated in fancy Class try CL_RSAN_UT_APPSERV_FILE_WRITER. Does the same thing only you don't have bother on OPEN.. CLOSE DATASET handling.
Cheers,
Arindam
‎2013 Jul 18 3:46 PM