groupdocs-viewer / GroupDocs.Viewer-for-.NET-MVC-App

Outdated
https://products.groupdocs.com/viewer/net
MIT License
2 stars 2 forks source link

Issue when rendering large Excel sheets #23

Closed usman-aziz closed 6 years ago

usman-aziz commented 6 years ago

This issue was originally raised via forum topic: https://forum.groupdocs.com/t/problem-with-excel-file/5880

When rendering Excel document with too many records in the sheet, the application keeps on processing and ends up with the exception "A generic error occurred in GDI+". The issue occurs in image-based rendering. The problematic document is provided in the forum topic.

AamirWaseem commented 6 years ago

Thanks for sharing, we will look into it for resolution and will plan accordingly.

gboscolo commented 6 years ago

Any news about this? thanks

usman-aziz commented 6 years ago

@gboscolo ,

Thanks for coming back to us.

I am afraid that your reported issue is not fixed yet. However, we shall check if we can provide you any progress updates in this regards. We appreciate your cooperation.

usman-aziz commented 6 years ago

@gboscolo ,

This issue has been fixed. Please download/clone the updated version of the application.

gboscolo commented 6 years ago

Ok this now work fine thanks! This is ok until the load of thumbnails starts.. is there a way to implement an "on demand load" also for the thumbnails, as done for the document with "page preload" settting?

Thanks

Gianluca

usman-aziz commented 6 years ago

@gboscolo ,

Thanks for your feedback.

is there a way to implement an "on demand load" also for the thumbnails, as done for the document with "page preload" settting?

Yes, you can implement it in the front end application in the same way that is used for the document pages. Please note that this is an open source application which is developed to demonstrate the working of GroupDocs.Viewer API, therefore, you can enhance or modify it as per your requirements.

Regards