ignore_not_printed 属性

ignore_not_printed 属性

直接打印文件忽略不打印的数据

评论

仅适用于 xlsx 文件。

定义:

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

也可以看看