export_document_properties 属性
export_document_properties 属性
表示是否导出文档属性。默认值为true。如果要导入 html或mht文件转excel,请保持默认值。
定义:
@property
def export_document_properties(self):
...
@export_document_properties.setter
def export_document_properties(self, value):
...