check_cell方法

check_cell(row, column)

获取指定单元格行索引和列索引处的 Cell 元素或 null。

返回

如果存在 Cell 对象,则返回 Cell 对象。 如果单元格不存在,则返回 null。

def check_cell(self, row, column):
    ...
范围类型描述
rowint行索引
columnint列索引

也可以看看