get_cell_or_null方法

get_cell_or_null(self, row_offset, column_offset)

获取 Cell 对象或此范围内的 null。

返回

Cell 对象。


def get_cell_or_null(self, row_offset, column_offset):
    ...
范围类型描述
row_offsetint此范围内的行偏移,从零开始。
column_offsetint此范围内的列偏移量,从零开始。

也可以看看