Aspose::Cells::Workbook::CalculateFormula method
Contents
[
Hide
]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
- Class Vector
- Class Workbook
- Namespace Aspose::Cells
- Library Aspose.Cells for C++
Workbook::CalculateFormula(bool) method
Calculates the result of formulas.
void Aspose::Cells::Workbook::CalculateFormula(bool ignoreError)
Parameter | Type | Description |
---|---|---|
ignoreError | bool | Indicates if hide the error in calculating formulas. The error may be unsupported function, external links, etc. |
See Also
- Class Vector
- Class Workbook
- Namespace Aspose::Cells
- Library Aspose.Cells for C++
Workbook::CalculateFormula(const CalculationOptions&) method
Calculating formulas in this workbook.
void Aspose::Cells::Workbook::CalculateFormula(const CalculationOptions &options)
Parameter | Type | Description |
---|---|---|
options | const CalculationOptions& | Options for calculation |
See Also
- Class Vector
- Class CalculationOptions
- Class Workbook
- Namespace Aspose::Cells
- Library Aspose.Cells for C++