Workbook.CalculateFormula

CalculateFormula()

Calculates the result of formulas.

public void CalculateFormula()

Remarks

For all supported formulas, please see the list at https://docs.aspose.com/display/cellsnet/Supported+Formula+Functions

See Also


CalculateFormula(bool)

Calculates the result of formulas.

public void CalculateFormula(bool ignoreError)
ParameterTypeDescription
ignoreErrorBooleanIndicates if hide the error in calculating formulas. The error may be unsupported function, external links, etc.

See Also


CalculateFormula(CalculationOptions)

Calculating formulas in this workbook.

public void CalculateFormula(CalculationOptions options)
ParameterTypeDescription
optionsCalculationOptionsOptions for calculation

See Also