Skip to content

Latest commit

 

History

History
28 lines (24 loc) · 727 Bytes

File metadata and controls

28 lines (24 loc) · 727 Bytes

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

export_bogus_row_data property

Indicating whether exporting bogus bottom row data. The default value is true.If you want to import the html or mht file to excel, please keep the default value.

Definition:

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

See Also