https://bz.apache.org/bugzilla/show_bug.cgi?id=66885

            Bug ID: 66885
           Summary: getCellWithMerges() return empty Cell that it is
                    centainly not null. But it is not correct.
           Product: POI
           Version: 5.2.3-FINAL
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: SS Common
          Assignee: dev@poi.apache.org
          Reporter: dongg...@chol.com
  Target Milestone: ---

Created attachment 38740
  --> https://bz.apache.org/bugzilla/attachment.cgi?id=38740&action=edit
diff orig/SheetUtil.java new/SheetUtil.java

Most of cases, merged Cells have one to be non-empty Cell. But in that cases,
getCellWithMerges() return not non-empty Cell but empty Cell. Certainly, empty
Cell is not null. But it is not correct result of getCellWithMerges() for
SheetUtil.

In my test results, getCell(sheet, rowIx, colIx) doesn't return null when
merged some Cell is empty. getCell(sheet, rowIx, colIx) returns empty Cell that
is not null. I test on Microsoft Excel file.

getCellWithMerges() is not correct. It must fix.

-- 
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