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

            Bug ID: 62055
           Summary: XSSFImportFromXML does not add table rows
           Product: POI
           Version: 3.17-FINAL
          Hardware: PC
            Status: NEW
          Severity: normal
          Priority: P2
         Component: XSSF
          Assignee: dev@poi.apache.org
          Reporter: leonard.ka...@fokus.fraunhofer.de
  Target Milestone: ---

The XML importer XSSFImportFromXML does not create new rows in any of the
XSSFMap's related tables. 

Looking at the source code, it seems that new rows are created in the worksheet
if necessary, but not to the table. The table never changes its size.

After importing an XML document with repeating elements, only the first XML
element is actually inside the table in the first row. All other elements are
added below, outside of the table, to the worksheet.

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