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