unprotect method

unprotect(self)

Unprotects worksheet.


def unprotect(self):
    ...

Remarks

This method unprotects worksheet which is protected without password.

unprotect(self, password)

Unprotects worksheet.


def unprotect(self, password):
    ...
ParameterTypeDescription
passwordstrPassword

Remarks

If the worksheet is protected without a password, you can set a null value or blank string to password parameter.

See Also