Workbook.ParseFormulas
Workbook.ParseFormulas method
Parses all formulas which have not been parsed when they were loaded from template file or set to a cell.
public void ParseFormulas(bool ignoreError)
Parameter | Type | Description |
---|---|---|
ignoreError | Boolean | Whether ignore error for invalid formula. For one invalid formula, if ignore error then this formula will be ignored and the process will continue to parse other formulas, otherwise exception will be thrown. |
See Also
- class Workbook
- namespace Aspose.Cells
- assembly Aspose.Cells