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