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