Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Create excel file with multiple sheet on application server in background

Former Member
0 Likes
1,168

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

3 REPLIES 3
Read only

guillaume-hrc
Active Contributor
0 Likes
426

Hi,

Without using tremendous efforts, you could generate XML that is readable by Excel in the newest versions.

Best regards,

Guillaume

Read only

Former Member
0 Likes
426

Hello,

Check this thread:

If useful reward.

Vasanth

Read only

Former Member
0 Likes
426

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.