put_cell_value方法

put_cell_value(row_offset, column_offset, value)

将值放入单元格。

def put_cell_value(self, row_offset, column_offset, value):
    ...
范围类型描述
row_offsetint行偏移量。
column_offsetint列偏移量。
valueany单元格值。

也可以看看