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