Aspose::Cells::Worksheet::CalculateFormula method

Worksheet::CalculateFormula method

Calculates all formulas in this worksheet.

void Aspose::Cells::Worksheet::CalculateFormula(const CalculationOptions &options, bool recursive)
ParameterTypeDescription
optionsconst CalculationOptions&Options for calculation
recursiveboolTrue means if the worksheet’ cells depend on the cells of other worksheets, the dependent cells in other worksheets will be calculated too. False means all the formulas in the worksheet have been calculated and the values are right.

See Also