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