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

            Bug ID: 61937
           Summary: XSSFSheetXMLHandler doesn't document that it doesn't
                    generate events for empty cells
           Product: POI
           Version: unspecified
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: XSSF
          Assignee: [email protected]
          Reporter: [email protected]
  Target Milestone: ---

Created attachment 35631
  --> https://bz.apache.org/bugzilla/attachment.cgi?id=35631&action=edit
Documentation patch

The resolution for 57775 states that XSSFSheetXMLHandler doesn't generate
events for empty cells as "by design, it returns only the cells physically
present in the file". It seems that more specifically it returns only the cells
with values in the file, as '<c>' elements that are physically present in the
file but lack child elements will not result in cell events.

Rather than attempting to change the asserted design intent, the attached patch
strives to make the intent and the mechanism for dealing with empty cells /
rows more obvious to consumers by adding some documentation to the interface.

Related: https://bz.apache.org/bugzilla/show_bug.cgi?id=57775
Related: https://issues.apache.org/jira/browse/TIKA-2479

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