DefaultExcelFormatterpublic interface ExcelFormatter
| Modifier and Type | Method | Description |
|---|---|---|
void |
finalize(ExcelWriter writer,
int rowCount,
int columnCount) |
Finalizes the workbook.
|
void |
setStyle(ExcelWriter writer,
org.apache.poi.ss.usermodel.Cell cell,
Object value) |
Sets the cell style.
|
void setStyle(ExcelWriter writer, org.apache.poi.ss.usermodel.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 © 2018. All rights reserved.