I am using Aspose.Cells.dll for .Net version 7.0.4.1 in my C#.net application. The work book object (below line of code) taking more time to load .ods files.
Aspose.Cells.Workbook workBook = new Aspose.Cells.Workbook(fileName);
I have attached the test document for you reference. Please let me know the reason and fix for this issue.