CellValue< ? extends Comparable< ? >> cell = rowData.get( index );
Coordinate hc = cell.getHtmlCoordinate();
TableRowElement tre = tbody.getRows().getItem( hc.getRow() );
TableCellElement ntce = tre.insertCell( hc.getCol() );
tre.replaceChild( tce,
ntce );
}
}
}