-
-
Notifications
You must be signed in to change notification settings - Fork 36
setRecalculateFormulasOnNextOpen
Julian Halliwell edited this page Sep 20, 2021
·
2 revisions
Set a flag to force all formulas to be recalculated the next time the spreadsheet file is opened (in Excel etc).
setRecalculateFormulasOnNextOpen( workbook[, value ] )
-
workbook
spreadsheet object
-
value
boolean default=true
Chainable? Yes.
Spreadsheets generally cache the results of formulas for performance reasons. If you use the library to modify cell values referenced by formulas, the results may therefore not change.
Setting this flag after making changes will ensure that any formulas are recalculated by Excel (or equivalent) the next time the spreadsheet is opened.