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 2011/04/14 11:02:12 UTC

DO NOT REPLY [Bug 51061] New: Wrong TargetURI in creating new table

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: dev@poi.apache.org
        ReportedBy: mario.distefano@basell.com


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


DO NOT REPLY [Bug 51061] Wrong TargetURI in creating new table

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

Nick Burch <ni...@alfresco.com> changed:

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

--- Comment #1 from Nick Burch <ni...@alfresco.com> 2011-04-14 10:33:41 EDT ---
Fixed in r1092281. I've also renamed xssf.model.Table to
xssf.usermodel.XSSFTable as mentioned on the list, as it seems the usermodel is
a better home for it given what it does.

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


DO NOT REPLY [Bug 51061] Wrong TargetURI in creating new table

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

Mario Di Stefano <ma...@basell.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |mario.distefano@basell.com

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