show_all_sheets property
show_all_sheets property
Indicates whether showing all sheets when saving as a single html file.
Remarks
Only works when HtmlSaveOptions.save_as_single_file
is True.
Definition:
@property
def show_all_sheets(self):
...
@show_all_sheets.setter
def show_all_sheets(self, value):
...
See Also
- module
aspose.cells
- class
HtmlSaveOptions