You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 )
Required arguments
stateboolean
Note
The library default is false. If a formula error is encountered when reading a cell the value #ERROR! is returned.
Example
spreadsheet = New spreadsheet();
spreadsheet.setThrowExceptionOnFormulaError( true);