CalculationProperties

General

CalculationProperties és una classe en Aspose.Cells per a Python.

Representa les propietats de càlcul del llibre.

Propietats

NameTypeAccessDescription
calc_id``ReadIdentifies the current calculation session
calc_mode``ReadSpecifies the workbook’s calculation mode (e.g., automatic or manual)
full_calc_on_load``ReadIndicates whether a full recalculation occurs when the workbook is loaded
ref_mode``ReadDefines the cell reference style used in formulas
iterate``ReadEnables or disables iterative calculation
iterate_count``ReadSets the maximum number of iterations for iterative calculations
iterate_delta``ReadSets the convergence threshold for iterative calculations
full_precision``ReadDetermines whether calculations use full numeric precision
calc_on_save``ReadIndicates if the workbook recalculates before being saved
concurrent_calc``ReadEnables concurrent (multi‑threaded) calculation
calc_completed``ReadReports whether the last calculation finished successfully
force_full_calc``ReadForces a full recalculation regardless of changes

Mètodes

SignatureDescription
__init__()
 Català