CalculationProperties
Overview
CalculationProperties is a class in Aspose.Cells FOSS for Python.
Represents calculation properties for the workbook.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
calc_id | `` | Read | Calculation engine version. |
calc_mode | `` | Read | Calculation mode: ‘auto’, ‘manual’, or ‘autoNoTable’. |
full_calc_on_load | `` | Read | Whether to recalculate on load. |
ref_mode | `` | Read | Reference style: ‘A1’ or ‘R1C1’. |
iterate | `` | Read | Whether to enable iterative calculation. |
iterate_count | `` | Read | Maximum iterations (default 100). |
iterate_delta | `` | Read | Maximum change between iterations (default 0.001). |
full_precision | `` | Read | Whether to use full precision. |
calc_on_save | `` | Read | Whether to recalculate before save. |
concurrent_calc | `` | Read | Whether to enable concurrent calculation. |
calc_completed | `` | Read | Whether the calculation is completed. |
force_full_calc | `` | Read | Whether to force a full calculation. |
Methods
| Signature | Description |
|---|---|
__init__() |