Hi Aspose team,
I have an excel file saved as xml failed_to_open.zip (46.6 KB) and can open with MS Excel 2013.
However, when I open it by Aspose.Cells version 17.12.0.0, your library throws exception “Zoom value should be between 10 and 400”.
This is my sample code
Is there any way to open this file? Please help me.
Thanks
@dunghnguyen,
Thanks for the SpreadsheetML file.
After an initial test, I observed the issue as you mentioned by opening the file via Aspose.Cells APIs. I found an exception: “Zoom value should be between 10 and 400” when opening a SpreadsheetML file.
e.g
Sample code:
LoadOptions opt = new LoadOptions(LoadFormat.SpreadsheetML);
Workbook wb = new Workbook("e:\\test2\\failed_to_open.xml", opt) ;
I have logged a ticket with an id “CELLSNET-45823” for your issue. We will look into it soon.
Once we have an update on it, we will let you know here.
@dunghnguyen,
This is to inform you that we have fixed your issue (logged earlier as “CELLSNET-45823”) now. We will soon provide the fix after performing QA and including other enhancements and fixes.
The issues you have found earlier (filed as CELLSNET-45823) have been fixed in this Aspose.Cells for .NET 18.1 update.
Please also check the following article: