Click here to Skip to main content
15,881,204 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I'm using Excel automation in Visual Studio 2010, C#, with Excel 2007. I have to generate a lot of large sheets (Total size of daily .xlsx files around 60Mb)
I'm looking for ways to improve performance (using SpreadsheetGear is not an option, I have to use Excel 2007). The number of interface calls are already as low as possible.
Is it possible that the use of multiple Excel application objects in different threads will improve performance? Processor load is quite low, have enough memory also.

thanks & best regards
Miklos
Posted
Comments
John Orendt 29-May-12 13:37pm    
Why do you have to use excel? With that much data, I'd recommend a database to hold the data and a gridview to display.
Miklos Hejjas 29-May-12 18:44pm    
It's a business requirement. The existing workflows and other reports work from these files.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900