|
Copyright © 2008-2011 Ralph Schuster. All Rights Reserved. | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ExcelWriter | |
|---|---|
| csv.impl | Provides implementation classes for reading various kind of streams as well as producing such. |
| Uses of ExcelWriter in csv.impl |
|---|
| Methods in csv.impl with parameters of type ExcelWriter | |
|---|---|
void |
ExcelFormatter.finalize(ExcelWriter writer,
int rowCount,
int columnCount)
Finalizes the workbook. |
void |
DefaultExcelFormatter.finalize(ExcelWriter writer,
int rowCount,
int columnCount)
Finalizes the workbook. |
java.lang.Short |
DefaultExcelFormatter.getAlign(ExcelWriter writer,
int row,
int column,
java.lang.Object value)
Returns the alignment to be used. |
java.lang.Short |
DefaultExcelFormatter.getBackgroundColor(ExcelWriter writer,
int row,
int column,
java.lang.Object value)
Returns the background color for the specified cell. |
java.lang.Short |
DefaultExcelFormatter.getBottomBorderColor(ExcelWriter writer,
int row,
int column,
java.lang.Object value)
|
java.lang.Short |
DefaultExcelFormatter.getBottomBorderThickness(ExcelWriter writer,
int row,
int column,
java.lang.Object value)
|
protected java.lang.Short |
DefaultExcelFormatter.getDateFormat(ExcelWriter writer,
java.lang.String format)
Returns the ID of the format or creates a new one if required. |
java.lang.Short |
DefaultExcelFormatter.getFillPattern(ExcelWriter writer,
int row,
int column,
java.lang.Object value)
Returns the fill pattern for the background. |
org.apache.poi.ss.usermodel.Font |
DefaultExcelFormatter.getFont(ExcelWriter writer,
int row,
int column,
java.lang.Object value)
Returns the correct font for the cell. |
java.lang.Short |
DefaultExcelFormatter.getForegroundColor(ExcelWriter writer,
int row,
int column,
java.lang.Object value)
Returns the foreground color for the specified cell. |
java.lang.Short |
DefaultExcelFormatter.getFormat(ExcelWriter writer,
int row,
int column,
java.lang.Object value)
Returns the display format. |
org.apache.poi.ss.usermodel.Hyperlink |
DefaultExcelFormatter.getHyperlink(ExcelWriter writer,
int row,
int column,
java.lang.Object value)
Returns a hyperlink object when the given cell shall be linked. |
protected java.lang.Short |
DefaultExcelFormatter.getIntegerFormat(ExcelWriter writer,
java.lang.String format)
Returns the ID of the format or creates a new one if required. |
java.lang.Short |
DefaultExcelFormatter.getLeftBorderColor(ExcelWriter writer,
int row,
int column,
java.lang.Object value)
|
java.lang.Short |
DefaultExcelFormatter.getLeftBorderThickness(ExcelWriter writer,
int row,
int column,
java.lang.Object value)
|
protected java.lang.Short |
DefaultExcelFormatter.getRealFormat(ExcelWriter writer,
java.lang.String format)
Returns the ID of the format or creates a new one if required. |
java.lang.Short |
DefaultExcelFormatter.getRightBorderColor(ExcelWriter writer,
int row,
int column,
java.lang.Object value)
|
java.lang.Short |
DefaultExcelFormatter.getRightBorderThickness(ExcelWriter writer,
int row,
int column,
java.lang.Object value)
|
java.lang.Short |
DefaultExcelFormatter.getTopBorderColor(ExcelWriter writer,
int row,
int column,
java.lang.Object value)
|
java.lang.Short |
DefaultExcelFormatter.getTopBorderThickness(ExcelWriter writer,
int row,
int column,
java.lang.Object value)
|
boolean |
DefaultExcelFormatter.isTextWrap(ExcelWriter writer,
int row,
int column,
java.lang.Object value)
|
void |
ExcelListener.rowCreated(ExcelWriter writer,
org.apache.poi.ss.usermodel.Row row)
Notifies about rows created. |
void |
ExcelFormatter.setStyle(ExcelWriter writer,
org.apache.poi.ss.usermodel.Cell cell,
java.lang.Object value)
Sets the cell style. |
void |
DefaultExcelFormatter.setStyle(ExcelWriter writer,
org.apache.poi.ss.usermodel.Cell cell,
java.lang.Object value)
Sets the cell style. |
|
Copyright © 2008-2011 Ralph Schuster. All Rights Reserved. | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||