export_empty_cells属性
export_empty_cells属性
指示是否将空单元格导出为空。
定义:
@property
def export_empty_cells(self):
...
@export_empty_cells.setter
def export_empty_cells(self, value):
...
指示是否将空单元格导出为空。
@property
def export_empty_cells(self):
...
@export_empty_cells.setter
def export_empty_cells(self, value):
...