getting error while opening excel file which have more than 400000 records.
1 Answer, 1 is accepted
0
Tanya
Telerik team
answered on 17 Jul 2019, 11:21 AM
Hi Rajesh,
When the control loads a document, it first needs to open the file and obtain its stream. When the file is too big, its stream hits the limitations of the platform, cannot be accommodated in the dedicated memory and an OutOfMemoryException is thrown. What I can suggest in this case is to change the platform type of the project to x64 so that the application can have access to more memory.
Hope this is helpful.
Regards,
Tanya
Progress Telerik
Get quickly onboarded and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers.Learn More.