parse_formulas method
parse_formulas(self, ignore_error)
Parses all formulas which have not been parsed when they were loaded from template file or set to a cell.
def parse_formulas(self, ignore_error):
...
Parameter | Type | Description |
---|---|---|
ignore_error | 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
- module
aspose.cells
- class
Workbook