CalculationProperties

CalculationProperties

Overview

CalculationProperties is a class in Aspose.Cells FOSS for Python.

Represents calculation properties for the workbook.

Properties

NameTypeAccessDescription
calc_id``ReadCalculation engine version.
calc_mode``ReadCalculation mode: ‘auto’, ‘manual’, or ‘autoNoTable’.
full_calc_on_load``ReadWhether to recalculate on load.
ref_mode``ReadReference style: ‘A1’ or ‘R1C1’.
iterate``ReadWhether to enable iterative calculation.
iterate_count``ReadMaximum iterations (default 100).
iterate_delta``ReadMaximum change between iterations (default 0.001).
full_precision``ReadWhether to use full precision.
calc_on_save``ReadWhether to recalculate before save.
concurrent_calc``ReadWhether to enable concurrent calculation.
calc_completed``ReadWhether the calculation is completed.
force_full_calc``ReadWhether to force a full calculation.

Methods

SignatureDescription
__init__()

See Also