Workbook.ParseFormulas

Workbook.ParseFormulas method

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

public void ParseFormulas(bool ignoreError)
ParameterTypeDescription
ignoreErrorBooleanWhether 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