export_formula property

export_formula property

Indicates whether exporting formula when saving file to html. The default value is true. If you want to import the output html to excel, please keep the default value.

Definition:

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

See Also