CalculationProperties

CalculationProperties

Overview

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

Represents calculation properties for the workbook.

This class provides 1 method for working with CalculationProperties objects in Python programs. Available methods include: __init__. All public members are accessible to any Python application after installing the Aspose.Cells FOSS for Python package. Properties: calc_completed, calc_id, calc_mode, calc_on_save, concurrent_calc, force_full_calc, and 6 more.

Properties

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

Methods

SignatureDescription
__init__()

See Also