fix lost cell properties (and row shift)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1143079 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
afa392e8c8
commit
fc3c8fcf10
@ -41,8 +41,8 @@ public final class Table extends Range
|
||||
rowEnd++;
|
||||
if ( p.isTableRowEnd() && p.getTableLevel() == levelNum )
|
||||
{
|
||||
_rows.add( new TableRow( rowStart, rowEnd + 1, this, levelNum ) );
|
||||
rowStart = rowEnd + 1;
|
||||
_rows.add( new TableRow( rowStart, rowEnd, this, levelNum ) );
|
||||
rowStart = rowEnd;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user