after_calculate方法

after_calculate(sheet_index, row_index, col_index)

计算完一个单元格后执行此方法进行业务。

def after_calculate(self, sheet_index, row_index, col_index):
    ...
范围类型描述
sheet_indexint单元格所属工作表的索引。
row_indexint单元格的行索引
col_indexint单元格的列索引

也可以看看