parsing_formula_on_open property

parsing_formula_on_open property

Indicates whether parsing the formula when reading the file.

Remarks

Only applies for Excel Xlsx, Xltx, Xltm and Xlsm file because the formulas in the files are stored with a string formula. NOTE: This member is now obsolete. Instead, please use LoadOptions.ParsingFormulaOnOpen. This property will be removed 12 months later since January 2020. Aspose apologizes for any inconvenience you may have experienced.

Definition:

@property
def parsing_formula_on_open(self):
    ...
@parsing_formula_on_open.setter
def parsing_formula_on_open(self, value):
    ...

See Also