Bug 45167

Summary: Word - hwpf.table.getRow() return incorrect data
Product: POI Reporter: Thomas Martin <perrot.thomas>
Component: HWPFAssignee: POI Developers List <dev>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: P2    
Version: 3.0-FINAL   
Target Milestone: ---   
Hardware: PC   
OS: Windows XP   
Attachments: A simple table in a word document

Description Thomas Martin 2008-06-09 02:29:07 UTC
Created attachment 22099 [details]
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.
Comment 1 Thomas Martin 2008-06-09 04:43:06 UTC

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