}
private void newRow(final int row, final int numCells) {
for (Iterator it = _listeners.iterator(); it.hasNext();) {
SheetListener listener = (SheetListener) it.next();
listener.newRow(row, numCells);
}
}
private void newCell(final int row, final int column, final String value,
final int mergedColStart) {