export_column_index_of_cell 属性
export_column_index_of_cell 属性
默认值为 false,这意味着如果单元格与前一个单元格相邻,则列索引将被忽略。
定义:
@property
def export_column_index_of_cell(self):
...
@export_column_index_of_cell.setter
def export_column_index_of_cell(self, value):
...