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