‎2007 Mar 04 2:43 PM
I have a requirement to run a batch job to create an excel file with multiple sheet from internal table, save the EXCEL file on application server (UNIX environment). I have searched the forum but most of these blogs mentioned about save the file on presentation server or using OLE method. Can this be done and how? Can some one send me some example
Thanks
‎2007 Mar 05 10:54 AM
Hi,
Without using tremendous efforts, you could generate XML that is readable by Excel in the newest versions.
Best regards,
Guillaume
‎2007 Mar 05 10:59 AM
‎2007 Mar 06 3:25 PM
Thanks. But still it creates the excel with multi sheet on the PC not on UNIX side.
I can create regular excel file on UNIX but not EXCEL with multi sheet in background mode and store on application server.