示例#1
0
 public void NotifyDeleteCell(ICell cell)
 {
     _bookEvaluator.NotifyDeleteCell(new XSSFEvaluationCell((XSSFCell)cell));
 }