https://bz.apache.org/bugzilla/show_bug.cgi?id=66181
Bug ID: 66181
Summary: Wrong cell type
Product: POI
Version: unspecified
Hardware: PC
Status: NEW
Severity: normal
Priority: P2
Component: XSSF
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: ---
Created attachment 38347
--> https://bz.apache.org/bugzilla/attachment.cgi?id=38347&action=edit
Value Function Of Blank
Code:
FormulaEvaluator evaluator = wb.getCreationHelper().createFormulaEvaluator();
evaluator.evaluate(row.getCell(0)).getCellType();
--------------------
The CellValue object of A1. should be CellType.ERROR instead of
CellType.NUMERIC.
The issue when this is that the generated Excel will not mark cell A1 in Red,
resulting in possible escape.
--
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]