https://bz.apache.org/bugzilla/show_bug.cgi?id=59278
Bug ID: 59278
Summary: Inconsistent behavior for Cell.getErrorCellValue on
blank cells
Product: POI
Version: 3.15-dev
Hardware: PC
OS: All
Status: NEW
Severity: normal
Priority: P2
Component: SS Common
Assignee: [email protected]
Reporter: [email protected]
Consistency between HSSFCell, XSSFCell, and SXSSFCell:
HSSFCell throws an error on blank cells despite the javadocs saying 0 is
returned.
XSSFCell throws an error on blank cells.
SXSSFCell returns 0 on blank cells.
If we upgrade getErrorCellValue() from returning a byte to a FormulaError enum,
then we would either need to add an enum value corresponding to "no error" or
make the functions throw type mismatch (InvalidStateException) like the other
cell types. I'm in favor of making SXSSFCell behave the same as HSSFCell and
XSSFCell here and updating the documentation.
--
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]