For the complete documentation index, see llms.txt. This page is also available as Markdown.

SpreadsheetSetForceFormulaRecalculation

Sets whether formulas will be recalculated when the spreadsheet is opened

Method Signature

SpreadsheetSetForceFormulaRecalculation()

Arguments

No arguments.

Examples

Force formula recalculation:

// Force Excel to recalculate all formulas on open
var spreadsheet = SpreadsheetNew();
SpreadsheetSetForceFormulaRecalculation( spreadsheet, true );

Last updated

Was this helpful?