Hi.
Hi Alexey,
Thanks for your posting and using Aspose.Cells.
Workbook.getSettings().setCalcMode() actually sets the calculation mode of MS-Excel for the given file. Please see the screenshot for your reference. It does not make Aspose.Cells to calculate the formulas automatically. In order to make Aspose.Cells calculate the formula, you need to use Workbook.calculateFormula() method.
You can also try Cell.calculate() method to calculate the formula of one cell only if you do not want to use Workbook.calculateFormula() method.
Hi Alexey,
Hi,
Hi guys. Do you have some method for recalc range?
Hi,
The issues you have found earlier (filed as CELLSJAVA-40796) have been fixed in this update.
This message was posted using Notification2Forum from Downloads module by Aspose Notifier.