export_all_sheets property
export_all_sheets property
Indicates whether exporting all sheets to the text file. If it is false, only export the activesheet, just like MS Excel.
Remarks
The defult value is false.
Definition:
@property
def export_all_sheets(self):
...
@export_all_sheets.setter
def export_all_sheets(self, value):
...
See Also
- module
aspose.cells
- class
TxtSaveOptions