public interface ExcelFormatter
| Modifier and Type | Method and Description |
|---|---|
void |
finalize(ExcelWriter writer,
int rowCount,
int columnCount)
Finalizes the workbook.
|
void |
setStyle(ExcelWriter writer,
Cell cell,
Object value)
Sets the cell style.
|
void setStyle(ExcelWriter writer, Cell cell, Object value)
writer - writer that requires the informationcell - cell to be formattedvalue - value in cellvoid finalize(ExcelWriter writer, int rowCount, int columnCount)
ExcelWriter writes the
complete workbook to the underlying output stream.writer - the calling writerrowCount - the number of rows in the selected sheetcolumnCount - the number of columns modified in the selected sheetCopyright © 2014. All rights reserved.