-
-
Couldn't load subscription status.
- Fork 39
setThrowExceptionOnFormulaError
Julian Halliwell edited this page May 8, 2025
·
1 revision
For the current spreadsheet library instance, allows you to control whether malformed formulas or formula evaluation errors cause an exception to be thrown.
setThrowExceptionOnFormulaError( state )
-
stateboolean
The library default is false. If a formula error is encountered when reading a cell the value #ERROR! is returned.
spreadsheet = New spreadsheet();
spreadsheet.setThrowExceptionOnFormulaError( true);