export_headings属性
export_headings属性
指示在保存到 HTML 文件时是否导出工作表的行和列标题。
注意事项
注意:此成员现已过时。取而代之的是 请使用 HtmlSaveOptions.ExportRowColumnHeadings 属性。 自 2022 年 6 月起,该房产将于 12 个月后被拆除。 Aspose 对于您所遇到的不便深表歉意。
定义:
@property
def export_headings(self):
...
@export_headings.setter
def export_headings(self, value):
...