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 2008/06/09 11:29:07 UTC

DO NOT REPLY [Bug 45167] New: Word - hwpf.table.getRow() return incorrect data

https://issues.apache.org/bugzilla/show_bug.cgi?id=45167

           Summary: Word - hwpf.table.getRow() return incorrect data
           Product: POI
           Version: 3.0
          Platform: PC
        OS/Version: Windows XP
            Status: NEW
          Severity: normal
          Priority: P2
         Component: HWPF
        AssignedTo: dev@poi.apache.org
        ReportedBy: perrot.thomas@gmail.com


Created an attachment (id=22099)
 --> (https://issues.apache.org/bugzilla/attachment.cgi?id=22099)
A simple table in a word document

For any table embedded in a Word document , the function getRow() does not work
properly.
Example (included in attachment):
A 3 X 2 table in a word document:

C1 C2 C3
C4 C5 C6

getRow().text return for both lines: 
"C1C2C3C4
C4C5C6"

So row data get from table is incorrect. (and also needs some filtering with
chars).
Gives same problem for TableCell as it is part of TableRow.


-- 
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 45167] Word - hwpf.table.getRow() return incorrect data

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


Thomas Martin <pe...@gmail.com> changed:

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




--- Comment #1 from Thomas Martin <pe...@gmail.com>  2008-06-09 04:43:06 PST ---


*** This bug has been marked as a duplicate of bug 45062 ***


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