clear_data property
clear_data property
Make the workbook empty after saving the file.
Definition:
@property
def clear_data(self):
    ...
@clear_data.setter
def clear_data(self, value):
    ...
See Also
- module aspose.cells
- class XlsSaveOptions
Make the workbook empty after saving the file.
@property
def clear_data(self):
    ...
@clear_data.setter
def clear_data(self, value):
    ...
aspose.cellsXlsSaveOptions