Ejemplo n.º 1
0
 public ValueEval evaluate(EvaluationCell srcCell) {
   int sheetIndex = getSheetIndex(srcCell.getSheet());
   return evaluateAny(
       srcCell,
       sheetIndex,
       srcCell.getRowIndex(),
       srcCell.getColumnIndex(),
       new EvaluationTracker(_cache));
 }