Skip to content

Latest commit

 

History

History
28 lines (24 loc) · 691 Bytes

File metadata and controls

28 lines (24 loc) · 691 Bytes

title: export_formula property second_title: Aspose.Cells for Python via .NET API References description: type: docs weight: 320 url: /aspose.cells.saving/ebooksaveoptions/export_formula/ is_root: false

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