unprotect method

unprotect

Unprotects a workbook.

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

See Also