https://issues.apache.org/bugzilla/show_bug.cgi?id=51989

             Bug #: 51989
           Summary: Cells that contain only comments are missing in
                    XSSFRow
           Product: POI
           Version: 3.7
          Platform: PC
            Status: NEW
          Severity: normal
          Priority: P2
         Component: XSSF
        AssignedTo: [email protected]
        ReportedBy: [email protected]
    Classification: Unclassified


If I add a comment to an empty cell within Excel I can
read this cell comment with XSSFSheet#getCellComment(int row, int column)
but when I try to get the according cell from the Row object by #getCell(int
cellnum) I do get null returned. I actually would expect a blank cell with the
comment on it as return value.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- 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