https://issues.apache.org/bugzilla/show_bug.cgi?id=49873
Summary: XSSFFormulaEvaluator.evaluate() can not handle blank
cells
Product: POI
Version: 3.6-dev
Platform: PC
OS/Version: Windows XP
Status: NEW
Severity: normal
Priority: P2
Component: XSSF
AssignedTo: [email protected]
ReportedBy: [email protected]
If you try to evaluate() a blank cell, you will get an IllegalStateException()
because cellType "3" is not known (Cell.CELL_TYPE_BLANK = 3).
This can be solved in the parent code by checking if the cell is blank before
evaluating, but I think it would be easier to allow you to evaluate a blank
cell at which point you simply receive a CellValue with type blank.
--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]