create_directory property
create_directory property
If true and the directory does not exist, the directory will be automatically created before saving the file.
Remarks
The default value is false.
Definition:
@property
def create_directory(self):
...
@create_directory.setter
def create_directory(self, value):
...
See Also
- module
aspose.cells
- class
PclSaveOptions