password property
password property
Gets and set the password of the workbook.
Definition:
@property
def password(self):
...
@password.setter
def password(self, value):
...
See Also
- module
aspose.cells
- class
OdsLoadOptions
Gets and set the password of the workbook.
@property
def password(self):
...
@password.setter
def password(self, value):
...
aspose.cells
OdsLoadOptions