Protect and Unprotect Workbook Structure
Contents
[
Hide
]
To prevent other users from viewing hidden worksheets, adding, moving, deleting, or hiding worksheets, and renaming worksheets, you can protect the structure of your Excel workbook with a password.
Aspose.Cells for Python supports protecting and unprotecting workbook structure of Excel files.
Protect and unprotect Workbook Structure in MS Excel
- Click Review > Protect Workbook.
- Enter a password in the Password box.
- Select OK, re-enter the password to confirm it, and then select OK again.
Protect Workbook Structure Using Aspose.Cell for Python
Only need the following simple lines of code to implement protecting workbook structure of Excel files.
Unprotect Workbook Structure Using Aspose.Cell for Python
Unprotecting workbook structure is easy with Aspose.Cells API.
Note: a correct password is required.