allow_formatting_cell 属性

allow_formatting_cell 属性

表示是否允许在受保护的工作表上设置单元格格式。

定义:

@property
def allow_formatting_cell(self):
    ...
@allow_formatting_cell.setter
def allow_formatting_cell(self, value):
    ...

也可以看看