convert_formulas_data property

convert_formulas_data property

if true, convert string to formula when string value starts with character ‘=’,the default value is false.

Remarks

NOTE: This property is now obsolete. Instead, please use HtmlLoadOptions.HasFormula property. This property will be removed 12 months later since March 2023. Aspose apologizes for any inconvenience you may have experienced.

Definition:

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

See Also