Catalogen

HSSFFormulaEvaluator


Cluster 1 (case, cell_type_formula, eval)

3 results

get this part name of the given part .

293. final HSSFFormulaEvaluator eval = new HSSFFormulaEvaluator ( workbook );
300.     return eval.evaluate ( cell ).getStringValue ();

Cluster 2 (cellvalue, evaluate, evaluator)

1 results

test that we get the same value as excel and , for

25. private HSSFFormulaEvaluator evaluator;
144.                 CellValue wert = evaluator.evaluate(zelle);

Cluster 3 (case, evaluateincell, evaluator)

1 results

test that we get the same value as excel and , for

88. private HSSFFormulaEvaluator evaluator;
286.                evaluator.evaluate(c);
289.                evaluator.evaluateFormulaCell(c);
292.                evaluator.evaluateInCell(c);
1367.             evaluator.evaluateInCell(cell);