calculate_formulas method
calculate_formulas
Calculates all formulas in the workbook and updates corresponding cells values.
def calculate_formulas(self):
...
Examples
Example shows how to assign a formula to the cell and to calculate a value. The value of the “B4” cell is getting set to 5.
Exceptions
Exception | Description |
---|---|
CellCircularReferenceException | Workbook contains formulas with a circular reference. |
CellUnsupportedDataException | Cell data is not supported. |
See Also
- class
CellCircularReferenceException
- class
CellUnsupportedDataException
- class
IChartDataWorkbook
- module
aspose.slides.charts
- library
Aspose.Slides