unprotect method
unprotect(self, password)
Unprotects a workbook.
def unprotect(self, password):
...
Parameter | Type | Description |
---|---|---|
password | System.String | Password to unprotect the workbook. |
See Also
- module
aspose.cells
- class
Workbook
Unprotects a workbook.
def unprotect(self, password):
...
Parameter | Type | Description |
---|---|---|
password | System.String | Password to unprotect the workbook. |
aspose.cells
Workbook