ignore_empty_content属性
ignore_empty_content属性
设置/获取是否显示最大范围,包括数据、样式、合并单元格和形状。 如果最后一行或最后一列包含没有值和公式但具有自定义样式的单元格 那么当这个vlaue为true时我们将不会显示该行/列。 默认值是true 。
定义:
@property
def ignore_empty_content(self):
...
@ignore_empty_content.setter
def ignore_empty_content(self, value):
...