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: dev@poi.apache.org
          Reporter: sam.c...@camline.com
  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: dev-unsubscr...@poi.apache.org
For additional commands, e-mail: dev-h...@poi.apache.org

Reply via email to