Hi guys,
We faced new issue with the Aspose.Cells v 4.8.1.8.
There is a error while saving content as PDF file:
Aspose.Cells.CellsException: Invalid column index. at
x9d2539cac3622db3.x809c66442c41384d.xbe3b30e9ba403eed(Int32
xe3e287548b3d01f5)
at Aspose.Cells.Cells.GetColumnWidth(Int32
column)
at xf1e06fd8be9d8c69.xd285aa8659b8b74e.x5750c24895eed653(Boolean
x1535843ec4bba19c, Int32 x6155c61fc47ceb1a, Int32 xa364300db00bde74, Int32
x433508a87b1e0cdf, Int32 x8e5bc30d03570f25)
at
xf1e06fd8be9d8c69.xd285aa8659b8b74e.xca7ee98176b7e9a9(CellArea
xb1059955b0ff5e89, Boolean xf14244aa8a7f4a9d)
at
xf1e06fd8be9d8c69.xd285aa8659b8b74e.x4ada424795451863(CellArea
xb1059955b0ff5e89, Boolean xf14244aa8a7f4a9d, XmlNode xc301afa072787492)
at xf1e06fd8be9d8c69.xd285aa8659b8b74e.xeca24e4cdf174f7b(XmlNode
xc301afa072787492, Int32 x69e9b567129e96cb)
at
xf1e06fd8be9d8c69.xd285aa8659b8b74e.x6210059f049f0d48()
at
xf1e06fd8be9d8c69.xd285aa8659b8b74e.x0acd3c2012ea2ee8(Stream xcf18e5243f
8d5fd3)
at
xf1e06fd8be9d8c69.xd285aa8659b8b74e.x0acd3c2012ea2ee8(Stream xcf18e5243f
8d5fd3)
at
Aspose.Cells.Workbook.Save(Stream stream, FileFormatType fileFormatType)
....................
This does not happen on 4.8.0.0 version!
I'm attaching excel file that causes the issue.
To reproduce the issue you can try the following code:
Workbook wb = new Workbook();
wb.LoadData("report.xls");
wb.Save("report.pdf", FileFormatType.Pdf);
please let me know if there's something that we can do urgently, since we have a release next week and this blocks the whole thing now. The highest risk so far.
-Sergey