Excel from VB6. Fast Export Method.?
Hi...All
I'm Creating an application that Exports data to Excel.
First it Selects data from Database and Performs some calculation & Changes on msFlexGrid and then writes to Excel file.
Except Writing to Excel Entire process is performed within 1-2 Seconds while datasize is still huge. but it takes 15-20 Seconds to Export the Data on Excel.
While same thing is done using msAccess it exports the data in fractions of Seconds.
What method does Access to write data on Excel i.e. so quick. and how can I use it in my Application.