public interface RowWriter extends TableWriter
| Modifier and Type | Method and Description |
|---|---|
void |
writeRowCells(List<Object> cells)
Writes the row cells to the data source
|
void |
writeRowCellsAsArray(Object[] cells)
Writes the row cells to the data source
|
newColumn, newRow, writeCell, writeCells, writeCellsAsArrayvoid writeRowCells(List<Object> cells) throws IOException
cells - row cells to be written to the data sourceIOException - if the data can not be writtenvoid writeRowCellsAsArray(Object[] cells) throws IOException
cells - row cells to be written to the data sourceIOException - if the data can not be writtenCopyright © 2016. All rights reserved.