The attached xlsx file fails to save to pdf when using the code below in c#
Aspose.Cells.Workbook book = new Aspose.Cells.Workbook("TestFile.xlsx");
book.Save("testfile.pdf);
I believe the error is happening on the first line of code there. The initialize of the workbook. And the error thrown is System.FormatException
The same code works fine for other .xlsx files.
This is using the Aspose.Cells.dll versioned 16.10.0.0