insert_rows方法

insert_rows

在工作表中插入多行。

def insert_rows(self, row_index, total_rows):
    ...
范围类型描述
row_indexint行索引。
total_rowsint要插入的行数。

insert_rows

在工作表中插入多行。

def insert_rows(self, row_index, total_rows, update_reference):
    ...
范围类型描述
row_indexint行索引。
total_rowsint要插入的行数。
update_referencebool指示其他工作表中的引用是否将更新。

insert_rows

在工作表中插入多行。

def insert_rows(self, row_index, total_rows, options):
    ...
范围类型描述
row_indexint行索引。
total_rowsint要插入的行数。
optionsInsertOptions指示其他工作表中的引用是否将更新。

也可以看看