re_calculate_on_open property
re_calculate_on_open property
Indicates whether re-calculate all formulas on opening file.
Remarks
NOTE: This member is now obsolete. Instead, please use FormulaSettings.CalculateOnOpen. This property will be removed 12 months later since February 2022. Aspose apologizes for any inconvenience you may have experienced.
Definition:
@property
def re_calculate_on_open(self):
...
@re_calculate_on_open.setter
def re_calculate_on_open(self, value):
...
See Also
- module
aspose.cells
- class
WorkbookSettings