-
-
Notifications
You must be signed in to change notification settings - Fork 39
recalculateAllFormulas
Julian Halliwell edited this page Apr 16, 2025
·
3 revisions
Clears the formula cache and immediately re-calculates all formula cells in the specified workbook.
recalculateAllFormulas( workbook )
-
workbook
spreadsheet object
Chainable? Yes.
setRecalculateFormulasOnNextOpen, getRecalculateFormulasOnNextOpen, setReturnCachedFormulaValues
spreadsheet = New spreadsheet();
workbook = spreadsheet.read( path );
spreadhseet.addRows( workbook, data );
spreadsheet.recalculateAllFormulas( workbook );
spreadsheet.write( workbook, path, true );