Index: src/scratchpad/src/org/apache/poi/hwpf/usermodel/TableRow.java =================================================================== --- src/scratchpad/src/org/apache/poi/hwpf/usermodel/TableRow.java (revision 882365) +++ src/scratchpad/src/org/apache/poi/hwpf/usermodel/TableRow.java (working copy) @@ -57,7 +57,7 @@ p = getParagraph(end); s = p.text(); } - _cells[cellIndex] = new TableCell(start, end+1, this, levelNum, + _cells[cellIndex] = new TableCell(start, end, this, levelNum, _tprops.getRgtc()[cellIndex], _tprops.getRgdxaCenter()[cellIndex], _tprops.getRgdxaCenter()[cellIndex+1]-_tprops.getRgdxaCenter()[cellIndex]);