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 recalculate the workbook before saving the document, when in manual calculation mode.
force_full_calculationIndicates whether 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 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_displayedWhether the precision of calculated result be set as they are displayed while calculating formulas
enable_calculation_chainWhether enable calculation chain for formulas. Default is false.
preserve_padding_spacesIndicates whether preserve those spaces and line breaks that are padded between formula tokens
while getting and setting formulas.
Default value is false.

See Also