You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@poi.apache.org by bu...@apache.org on 2018/01/29 17:39:56 UTC

[Bug 62055] New: XSSFImportFromXML does not add table rows

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.kappe@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-unsubscribe@poi.apache.org
For additional commands, e-mail: dev-help@poi.apache.org


[Bug 62055] XSSFImportFromXML does not add table rows

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=62055

Dominik Stadler <do...@gmx.at> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 OS|                            |All

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@poi.apache.org
For additional commands, e-mail: dev-help@poi.apache.org


[Bug 62055] XSSFImportFromXML does not add table rows

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=62055

Dominik Stadler <do...@gmx.at> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|normal                      |minor

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@poi.apache.org
For additional commands, e-mail: dev-help@poi.apache.org


[Bug 62055] XSSFImportFromXML does not add table rows

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=62055

PJ Fanning <fa...@yahoo.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |FIXED
             Status|NEW                         |RESOLVED

--- Comment #3 from PJ Fanning <fa...@yahoo.com> ---
fix merged using https://svn.apache.org/repos/asf/poi/trunk@1825315

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@poi.apache.org
For additional commands, e-mail: dev-help@poi.apache.org


[Bug 62055] XSSFImportFromXML does not add table rows

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=62055

--- Comment #2 from Dominik Stadler <do...@gmx.at> ---
A PR on GitHub is perfectly fine!

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@poi.apache.org
For additional commands, e-mail: dev-help@poi.apache.org


[Bug 62055] XSSFImportFromXML does not add table rows

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=62055

--- Comment #1 from leonard.kappe@fokus.fraunhofer.de ---
I've created a pull request on Github: https://github.com/apache/poi/pull/99

Are pull request on Github ok or are patch files preferred? This is my first
contribution for this project, if there are issues with the pull request I'll
gladly try to improve it.

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@poi.apache.org
For additional commands, e-mail: dev-help@poi.apache.org