Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
40
Infragistcs Excel: Out of memory exception.
posted

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.

Parents
No Data
Reply
  • 10685
    Suggested Answer
    Offline posted

    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.

Children
No Data