Skip to content

Latest commit

 

History

History
28 lines (24 loc) · 650 Bytes

File metadata and controls

28 lines (24 loc) · 650 Bytes

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

export_single_tab property

Indicates whether exporting the single tab when the file only has one worksheet. The default value is false.

Definition:

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

See Also