hi ,
This is srinivas. I have used infragistics excel in my application.But i am getting an exception of "Out of Memory Exception" while exporting data into excel about 58000 records.I tried alot but i couldn't find any solution.
Can you please help me on this.
My Infragistics version is : 12.1
Windows Server 2008
thanks.
Hello,
There has being a similar known issue and an improvement was made in the code in order to boost the performance.
I suggest to get the best performance out of the new code, do not get and set the Value property on cell objects. Instead, use the GetCellValue and SetCellValue methods which were added to the WorksheetRow.”
Please let me know if refactoring the code helps solve the issue.