How can I make reports faster in excel using ADO

S

ST

I am using ADO to generate few reports in excel using excel as data
source.As the size of data has increased the reports have become very
slow.How can I make these reports faster?

Thanks in advance.
 
G

Guest

Assuming the report is 'scanning' the rows of data to produce the report in a
sorted order, try sorting the Excel file in advance (and thereafter) to
reduce the number of scans the report writer performs. Works like an index in
a flat-file database.

P.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top