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: [email protected]
Reporter: [email protected]
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: [email protected]
For additional commands, e-mail: [email protected]