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

Excel generation performance problem

Former Member
0 Likes
392

Hi,

I use the Proxy Excel Spreadsheet interface to generate the Excel file on the custom container.

Unfortunately I have different rows with different formatting, and it is like hundreds of rows.

I use methos spreadsheet->cell_format to format whole Excel sheet, but it takes long time to generate,

for example 500 rows gets generated in more than 10s which is not acceptable.

Is there another way to put the formatting to the Excel cells to get it faster?

Moderator message - Moved to the correct forum

Edited by: Rob Burbank on Sep 11, 2009 9:22 AM

1 ACCEPTED SOLUTION
Read only

former_member194669
Active Contributor
0 Likes
328

Another possible approach will be

1. Create Excel using XML tags with all format you want

https://wiki.sdn.sap.com/wiki/display/Snippets/XML%20TAGS%20simplifies%20Excel%20Download

2. Then use class

use global interface I_OI_DOCUMENT_VIEWER to view XML file in a container

a®

1 REPLY 1
Read only

former_member194669
Active Contributor
0 Likes
329

Another possible approach will be

1. Create Excel using XML tags with all format you want

https://wiki.sdn.sap.com/wiki/display/Snippets/XML%20TAGS%20simplifies%20Excel%20Download

2. Then use class

use global interface I_OI_DOCUMENT_VIEWER to view XML file in a container

a®