ignore_not_printed属性

ignore_not_printed属性

如果直接打印文件,则忽略未打印的数据

注意事项

仅适用于 xlsx 文件。

定义:

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

也可以看看