Aspose::Cells::Workbook::CalculateFormula method

Workbook::CalculateFormula() method

Calculates the result of formulas.

void Aspose::Cells::Workbook::CalculateFormula()

Remarks

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

See Also

Workbook::CalculateFormula(bool) method

Calculates the result of formulas.

void Aspose::Cells::Workbook::CalculateFormula(bool ignoreError)
ParameterTypeDescription
ignoreErrorboolIndicates if hide the error in calculating formulas. The error may be unsupported function, external links, etc.

See Also

Workbook::CalculateFormula(const CalculationOptions&) method

Calculating formulas in this workbook.

void Aspose::Cells::Workbook::CalculateFormula(const CalculationOptions &options)
ParameterTypeDescription
optionsconst CalculationOptions&Options for calculation

See Also