|
Copyright © 2008-2011 Ralph Schuster. All Rights Reserved. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ExcelFormatter
Interface for formatting Excel sheets
| Method Summary | |
|---|---|
void |
finalize(ExcelWriter writer,
int rowCount,
int columnCount)
Finalizes the workbook. |
void |
setStyle(ExcelWriter writer,
org.apache.poi.ss.usermodel.Cell cell,
java.lang.Object value)
Sets the cell style. |
| Method Detail |
|---|
void setStyle(ExcelWriter writer,
org.apache.poi.ss.usermodel.Cell cell,
java.lang.Object value)
writer - writer that requires the informationcell - cell to be formattedvalue - value in cell
void 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 sheet
|
Copyright © 2008-2011 Ralph Schuster. All Rights Reserved. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||