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

Multiple worksheet Spreadsheet attachment

Former Member
0 Likes
1,000

Hi,

I have a requirement where we need to append data from a couple of tables in to separate worksheets which would be a part of single excel spreadsheet. This spreadsheet should be sent via email to respective IDs.

I have tried this via Microsoft OLE but that could not be done in the background without opening excel application. Is there any method that can be used to send the spreadsheet from SAP.

Thanks in advance.

Niranchan.

5 REPLIES 5
Read only

stefan_schmcker
Explorer
0 Likes
678

Good evening Niranchan,

google for ABAP2XLSX or follow this link: https://cw.sdn.sap.com/cw/groups/abap2xlsx

______________________________________

live long and prosper

Stefan Schmöcker

Read only

0 Likes
678

Stefan,

Yes. I saw ABAP2XLSX but I'm not sure if I'll be allowed to do that here. Is there any other option apart from ABAP2XLSX?

Thanks for your response.

Read only

0 Likes
678

Good afternoon Niranchan,

as far as I know there is currently no other method to create multi-sheet EXCEL files in background.

______________________________________

live long and prosper

Stefan Schmöcker

Read only

Former Member
0 Likes
678

Saravanan,

Thanks for replying. I'll not be able to user OLE since this needs to be scheduled as a batch job. I've checked these forums before posting and did not find much help. If its online, OLE can be implemented and this works but I'm not sure when this is executed as a batch job.

Thanks.