Skip to content

Latest commit

 

History

History
28 lines (24 loc) · 715 Bytes

File metadata and controls

28 lines (24 loc) · 715 Bytes

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

export_data_options property

Indicating the rule of exporting html file data.The default value is All.

Definition:

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

See Also