export_cell_coordinate属性
export_cell_coordinate属性
指示将文件保存为 html 时是否导出非空白单元格的 Excel 坐标。默认值为 false。 如果要将输出html导入excel,请保留默认值。
定义:
@property
def export_cell_coordinate(self):
...
@export_cell_coordinate.setter
def export_cell_coordinate(self, value):
...