resize方法

resize(start_row, start_column, end_row, end_column, has_headers)

调整列表对象的范围。

def resize(self, start_row, start_column, end_row, end_column, has_headers):
    ...
范围类型描述
start_rowint新范围的起始行索引。
start_columnint新范围的起始列索引。
end_rowint新范围的结束行索引。
end_columnint新范围的结束列索引。
has_headersboolListObject 是否有标题。

也可以看看