empty_sheet_max_col属性

empty_sheet_max_col属性

设置/获取空工作表的默认最大列。 默认值为 15。

定义:

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

也可以看看