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
| Name | Type | Access | Description |
|---|---|---|---|
calc_id | `` | Read/Write | Calculation engine version. |
calc_mode | `` | Read/Write | Calculation mode: ‘auto’, ‘manual’, or ‘autoNoTable’. |
full_calc_on_load | `` | Read/Write | Whether to recalculate on load. |
ref_mode | `` | Read/Write | Reference style: ‘A1’ or ‘R1C1’. |
iterate | `` | Read/Write | Whether to enable iterative calculation. |
iterate_count | `` | Read/Write | Maximum iterations (default 100). |
iterate_delta | `` | Read/Write | Maximum change between iterations (default 0.001). |
full_precision | `` | Read/Write | Whether to use full precision. |
calc_on_save | `` | Read/Write | Whether to recalculate before save. |
concurrent_calc | `` | Read/Write | Whether to enable concurrent calculation. |
calc_completed | `` | Read/Write | Whether the calculation is completed. |
force_full_calc | `` | Read/Write | Whether to force a full calculation. |
Methods
| Signature | Description |
|---|---|
__init__() |