CalculationProperties
General
CalculationProperties és una classe en Aspose.Cells per a Python.
Representa les propietats de càlcul del llibre.
Propietats
| Name | Type | Access | Description |
|---|---|---|---|
calc_id | `` | Read | Identifies the current calculation session |
calc_mode | `` | Read | Specifies the workbook’s calculation mode (e.g., automatic or manual) |
full_calc_on_load | `` | Read | Indicates whether a full recalculation occurs when the workbook is loaded |
ref_mode | `` | Read | Defines the cell reference style used in formulas |
iterate | `` | Read | Enables or disables iterative calculation |
iterate_count | `` | Read | Sets the maximum number of iterations for iterative calculations |
iterate_delta | `` | Read | Sets the convergence threshold for iterative calculations |
full_precision | `` | Read | Determines whether calculations use full numeric precision |
calc_on_save | `` | Read | Indicates if the workbook recalculates before being saved |
concurrent_calc | `` | Read | Enables concurrent (multi‑threaded) calculation |
calc_completed | `` | Read | Reports whether the last calculation finished successfully |
force_full_calc | `` | Read | Forces a full recalculation regardless of changes |
Mètodes
| Signature | Description |
|---|---|
__init__() |