WorkbookParseFormulas Method |
Parses all formulas which have not been parsed when they were loaded from template file or set to a cell.
Namespace:
Aspose.Cells
Assembly:
Aspose.Cells (in Aspose.Cells.dll) Version: 22.5.0.0 (22.5.0)
Syntaxpublic void ParseFormulas(
bool ignoreError
)
Public Sub ParseFormulas (
ignoreError As Boolean
)
public:
void ParseFormulas(
bool ignoreError
)
member ParseFormulas :
ignoreError : bool -> unit
Parameters
- ignoreError
- Type: SystemBoolean
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