Invalid column index (93)

Hi,


After simple open/save routine the following Exception is being thrown: java.lang.IllegalArgumentException: Invalid column index.

Can you please check this out?

Thanks,
Zeljko

Code:
String path = “Test.xls”;

Workbook workbook = new Workbook(path);

workbook.save(“TestXX.xls”);

Hi,


Thanks for providing us template file and sample code.

Please try our latest version/fix: Aspose.Cells for .Java v8.8.2.5

I have tested your scenario/ case using your template file and sample code with v8.8.2.5, it works fine and I do not get any exception.
e.g
Sample code:

String path = “Test.xls”;

Workbook workbook = new Workbook(path);
workbook.save(“out1.xls”);
Let us know if you still have any issue.

Thank you.