3 results
get this part name of the given part .
293. final HSSFFormulaEvaluator eval = new HSSFFormulaEvaluator ( workbook );
300. return eval.evaluate ( cell ).getStringValue ();
1 results
test that we get the same value as excel and , for
25. private HSSFFormulaEvaluator evaluator;
144. CellValue wert = evaluator.evaluate(zelle);
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);