parse_formulas method

parse_formulas

Parses all formulas which have not been parsed when they were loaded from template file or set to a cell.

def parse_formulas(self, ignore_error):
    ...
ParameterTypeDescription
ignore_errorboolWhether ignore error for invalid formula.
For one invalid formula, if ignore error then this formula will be ignored
and the process will continue to parse other formulas, otherwise exception will be thrown.

See Also