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

            Bug ID: 64642
           Summary: XSSFRow.getCell returns null incorrectly
           Product: POI
           Version: 4.1.2-FINAL
          Hardware: PC
            Status: NEW
          Severity: normal
          Priority: P2
         Component: XSSF
          Assignee: [email protected]
          Reporter: [email protected]
  Target Milestone: ---

Created attachment 37380
  --> https://bz.apache.org/bugzilla/attachment.cgi?id=37380&action=edit
intellij_debug_screenshot

We have some java tests running over newly generated worbooks (from poi) and
old, standard, workbooks which are used for comparison to newly generated
workbooks

There seems to be an issue with poi, as now when one runs XSSFRow.getCell over
the rows of either workbook the old, standard workbook worked in previous
tests) XSSFRow.getCell always returns null. This happens even though each row
contains data, has general formatting and has nothing particularly 'weird'
about it. This is happening despite seeing on intellij that POI XSSF* can read
the workbook to some degree in the "watch variables"

I attach a screenshot of what I see on intellij. note in the screen shot how
the treemap (this._cells) contains a value, though this value is ignored as it
returns cells=null (also in screenshot). I cannot seem to add more than one
attachment at a time, so will add the workbook I am running this on in a
comment

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

Reply via email to