unprotect方法

unprotect

取消工作表保护。

def unprotect(self):
    ...

评论

此方法取消对没有密码保护的工作表的保护。

unprotect

取消工作表保护。

def unprotect(self, password):
    ...
范围类型描述
passwordstr密码

评论

如果工作表没有密码保护,您可以将密码参数设置为空值或空白字符串。

也可以看看