When we calculate the workbook using Aspose, results in data table don’t match with original workbook e.g.,
In original workbook, the data table column values are like:
6881.42
6881.42
4952.68
6747.12
Whereas in As…...Workbook workbook = new Workbook("path/to/your/workbook.xlsx"); //...workbook if needed workbook.save("path/to/save/recalculated_workbook...