https://issues.apache.org/bugzilla/show_bug.cgi?id=51061
Summary: Wrong TargetURI in creating new table
Product: POI
Version: 3.8-dev
Platform: PC
OS/Version: Windows XP
Status: NEW
Severity: normal
Priority: P2
Component: XSSF
AssignedTo: [email protected]
ReportedBy: [email protected]
I'm using
Table t1 = sh.createTable();
but I found that the TargetURI of the newly created table seems to be wrong, in
fact is set to "/tables/table4.xml" instead of "xl//tables/table4.xml" as all
the other tables are in the file. Even inside the XLSX file's structure this
seems to be wrong, all the other tables are located under "xl/tables" but my
new table definition is located under "/tables".
--
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]