put_cell_value方法
put_cell_value(row_offset, column_offset, value)
将值放入单元格。
def put_cell_value(self, row_offset, column_offset, value):
...
范围 | 类型 | 描述 |
---|---|---|
row_offset | int | 行偏移量。 |
column_offset | int | 列偏移量。 |
value | any | 单元格值。 |
将值放入单元格。
def put_cell_value(self, row_offset, column_offset, value):
...
范围 | 类型 | 描述 |
---|---|---|
row_offset | int | 行偏移量。 |
column_offset | int | 列偏移量。 |
value | any | 单元格值。 |