calculate_formulas method
calculate_formulas
Calculates all formulas in the workbook and updates corresponding cells values.
def calculate_formulas(self):
...
Exceptions
| Exception | Description |
|---|---|
CellCircularReferenceException | Workbook contains formulas with a circular reference. |
CellUnsupportedDataException | Cell data is not supported. |
See Also
- class
CellCircularReferenceException - class
CellUnsupportedDataException - class
ChartDataWorkbook - module
aspose.slides.charts - library
Aspose.Slides