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

Performance issue in downloading data using EXCEL.APPLICATION

Former Member
0 Likes
506

hi,

i am downloading around 1000 records to an excel sheet using EXCEL.APPLICATION.

however it is taking a long time to download.is there any parameter which could be checked

or used in EXCEL.APPLICATION which can increase the performance.

i am using EXCEL.APPLICATION becoz i have to integrate 2-3 excel sheets into one excel workbook.

Is there any other way which can be used for this and there by have a good performance tunning.

2 REPLIES 2
Read only

Former Member
0 Likes
364

Hi Priyanka,

Try download using FM GUI_DOWNLOAD.I think it will help.

Thanks,

AD

Read only

Former Member
0 Likes
364

Hi,

Using OLE objects many a times pose a performance probelm. If a simple excel can do your task then use GUI_DOWNLOAD and give the file name as <xxx>.xls

It will download the whole data in the form of an internal table in a single step.