I'm using Apache POI and I'm facing an issue when evaluating a formula cell

XSSFCell cellvalue = sheet.getRow(6).getCell(2);
if (cellvalue.getCellType() == cellvalue.CELL_TYPE_FORMULA) {
   evaluator.evaluateFormulaCell(cellvalue);
}

The issue:

org.apache.poi.ss.formula.FormulaParseException:
Cell reference expected after sheet name at index 18.

thanks



--
View this message in context: 
http://apache-poi.1045710.n5.nabble.com/Apache-POI-org-apache-poi-ss-formula-FormulaParseException-tp5713330.html
Sent from the POI - Dev mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to