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
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.
@property
def export_formula(self):
...
@export_formula.setter
def export_formula(self, value):
...- module
aspose.cells.saving - class
EbookSaveOptions