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):
    ...

也可以看看