Hi there.
I’m using the latest Aspose.Cells.Net version and it throws me an exception when initializing a new Woorbook for an ODS file:
Workbook workbook = new Workbook(fileInfo.FullName);
workbook.Save(importFilePath, SaveFormat.Csv);
Exception:
at .()
at .()
at .()
at .( )
at .( )
at .( )
at .(Stream )
at .(String , Stream , LoadOptions )
at Aspose.Cells.Workbook.(String , LoadOptions )
at Aspose.Cells.Workbook…ctor(String file)
I know the code is fine because if I open the file and save it as it is the code doesn’t break.
I’m attaching the file I’m using for testing porpuses.
Search Results 202409041041.zip (25.8 KB)