calculate_formulas method

calculate_formulas

Calculates all formulas in the workbook and updates corresponding cells values.

def calculate_formulas(self):
    ...

Exceptions

ExceptionDescription
CellCircularReferenceExceptionWorkbook contains formulas with a circular reference.
CellUnsupportedDataExceptionCell data is not supported.

See Also