title: export_single_tab property second_title: Aspose.Cells for Python via .NET API References description: type: docs weight: 440 url: /aspose.cells.saving/ebooksaveoptions/export_single_tab/ is_root: false
Indicates whether exporting the single tab when the file only has one worksheet. The default value is false.
@property
def export_single_tab(self):
...
@export_single_tab.setter
def export_single_tab(self, value):
...- module
aspose.cells.saving - class
EbookSaveOptions