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):
    ...
ParameterTypeDescription
ignore_errorboolIndicates 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):
    ...
ParameterTypeDescription
optionsCalculationOptionsOptions for calculation

See Also