Aspose::Cells::Workbook::ParseFormulas method
Workbook::ParseFormulas method
Parses all formulas which have not been parsed when they were loaded from template file or set to a cell.
void Aspose::Cells::Workbook::ParseFormulas(bool ignoreError)
Parameter | Type | Description |
---|---|---|
ignoreError | bool | 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 Vector
- Class Workbook
- Namespace Aspose::Cells
- Library Aspose.Cells for C++