show_detail方法

show_detail(self, row_offset, column_offset, new_sheet, dest_row, dest_column)

将数据区域中某一项的详细信息显示到新表中。


def show_detail(self, row_offset, column_offset, new_sheet, dest_row, dest_column):
    ...
范围类型描述
row_offsetint数据区域中第一个数据行的偏移量。
column_offsetint数据区域中第一个数据列的偏移量。
new_sheetbool将详细信息显示到新工作表中。
dest_rowint目标行。
dest_columnint目标列。

也可以看看