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
- class Workbook
- namespace Aspose.Cells
- assembly Aspose.Cells
CalculateFormula(bool)
Calculates the result of formulas.
public void CalculateFormula(bool ignoreError)
Parameter | Type | Description |
---|---|---|
ignoreError | Boolean | Indicates if hide the error in calculating formulas. The error may be unsupported function, external links, etc. |
See Also
- class Workbook
- namespace Aspose.Cells
- assembly Aspose.Cells
CalculateFormula(CalculationOptions)
Calculating formulas in this workbook.
public void CalculateFormula(CalculationOptions options)
Parameter | Type | Description |
---|---|---|
options | CalculationOptions | Options for calculation |
See Also
- class CalculationOptions
- class Workbook
- namespace Aspose.Cells
- assembly Aspose.Cells