FormulaSettings class

FormulaSettings class

Settings of formulas and calculation.

The FormulaSettings type exposes the following members:

Properties

PropertyDescription
calculate_on_openIndicates whether the application is required to perform a full calculation when the workbook is opened.
calculate_on_saveIndicates whether to recalculate the workbook before saving the document, when in manual calculation mode.
force_full_calculationIndicates whether it calculates all formulas every time when a calculation is triggered.
calculation_modeGets or sets the mode for workbook calculation in MS Excel.
calculation_idSpecifies the version of the calculation engine used to calculate values in the workbook.
enable_iterative_calculationIndicates whether to enable iterative calculation to resolve circular references.
max_iterationThe maximum iterations to resolve a circular reference.
max_changeThe maximum change to resolve a circular reference.
precision_as_displayedIndicates whether the precision of calculated result be set as they are displayed while calculating formulas.
enable_calculation_chainIndicates whether to enable calculation chain for formulas.
Default is false.
preserve_padding_spacesIndicates whether to preserve those spaces and line breaks that are padded between formula tokens while getting and setting formulas.
Default value is false.

See Also