unprotect method

unprotect(self, password)

Unprotects a workbook.


def unprotect(self, password):
    ...
ParameterTypeDescription
passwordSystem.StringPassword to unprotect the workbook.

See Also