calculate_formula method
calculate_formula
Calculates the result of formulas.
def calculate_formula(self):
...
Remarks
For all supported formulas, please see the list at https://docs.aspose.com/display/cellsnet/Supported+Formula+Functions
calculate_formula
Calculates the result of formulas.
def calculate_formula(self, ignore_error):
...
Parameter | Type | Description |
---|---|---|
ignore_error | bool | Indicates if hide the error in calculating formulas. The error may be unsupported function, external links, etc. |
calculate_formula
Calculating formulas in this workbook.
def calculate_formula(self, options):
...
Parameter | Type | Description |
---|---|---|
options | CalculationOptions | Options for calculation |
See Also
- module
aspose.cells
- class
Workbook