NegativeArraySizeException (97)

Hi,


After running the code below the following Exception is being thrown: com.aspose.cells.CellsException: Error in calculating cell [modulo!B19]: java.lang.NegativeArraySizeException: null.

Can you please check this out?


Thanks,
Zeljko


Code:
String path = “Test.xls”;

Workbook workbook = new Workbook(path);
workbook.calculateFormula();
workbook.save(“TestX.xls”);

Hi Zeljko,


Please give the latest version of Aspose.Cells for Java 8.8.2.5 a try on your side as it does not cause any exception at Workbook.calculateFormula or while saving the spreadsheet.