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

OLE ABAP - multitab Excel

kunal1812
Explorer
0 Likes
942

Hi,

I am using OLE to get the internal table data into multiple sheets of the same excel.

But i found out that, my first sheet is coming up blank when i run it, on the other side if i run it in debugging mode step by step then the first sheet is getting filled up.


any solution to get the first sheet filled up evrytime,

or is it because of a manual delay to the creation of new sheet during the debugging mode , if so then is there any OLE method to add wait for the next sheet creation until the completion of the previous sheet.


Thank you.

2 REPLIES 2
Read only

abo
Active Contributor
871

If this is a new development, you could use abap2xlsx and avoid the pain 🙂

The current version comes with a method to import a whole tab / sheet at once.

Read only

Sandra_Rossi
Active Contributor
0 Likes
871

If you ask a question about code, people will better understand if you share the code too.