export_extra_headings属性

export_extra_headings属性

当文本长度超过最大显示列数时是否导出额外标题。 默认值为 false。如果要将html文件导入excel,请保留默认值。

定义:

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

也可以看看