| Package | Description |
|---|---|
| csv.impl |
Provides implementation classes for reading various kind of streams as well as producing
such.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
DefaultExcelFormatter.finalize(ExcelWriter writer,
int rowCount,
int columnCount) |
Finalizes the workbook.
|
void |
ExcelFormatter.finalize(ExcelWriter writer,
int rowCount,
int columnCount) |
Finalizes the workbook.
|
Short |
DefaultExcelFormatter.getAlign(ExcelWriter writer,
int row,
int column,
Object value) |
Returns the alignment to be used.
|
Short |
DefaultExcelFormatter.getBackgroundColor(ExcelWriter writer,
int row,
int column,
Object value) |
Returns the background color for the specified cell.
|
Short |
DefaultExcelFormatter.getBottomBorderColor(ExcelWriter writer,
int row,
int column,
Object value) |
|
Short |
DefaultExcelFormatter.getBottomBorderThickness(ExcelWriter writer,
int row,
int column,
Object value) |
|
protected Short |
DefaultExcelFormatter.getDateFormat(ExcelWriter writer,
String format) |
Returns the ID of the format or creates a new one if required.
|
Short |
DefaultExcelFormatter.getFillPattern(ExcelWriter writer,
int row,
int column,
Object value) |
Returns the fill pattern for the background.
|
org.apache.poi.ss.usermodel.Font |
DefaultExcelFormatter.getFont(ExcelWriter writer,
int row,
int column,
Object value) |
Returns the correct font for the cell.
|
Short |
DefaultExcelFormatter.getForegroundColor(ExcelWriter writer,
int row,
int column,
Object value) |
Returns the foreground color for the specified cell.
|
Short |
DefaultExcelFormatter.getFormat(ExcelWriter writer,
int row,
int column,
Object value) |
Returns the display format.
|
org.apache.poi.ss.usermodel.Hyperlink |
DefaultExcelFormatter.getHyperlink(ExcelWriter writer,
int row,
int column,
Object value) |
Returns a hyperlink object when the given cell shall be linked.
|
protected Short |
DefaultExcelFormatter.getIntegerFormat(ExcelWriter writer,
String format) |
Returns the ID of the format or creates a new one if required.
|
Short |
DefaultExcelFormatter.getLeftBorderColor(ExcelWriter writer,
int row,
int column,
Object value) |
|
Short |
DefaultExcelFormatter.getLeftBorderThickness(ExcelWriter writer,
int row,
int column,
Object value) |
|
protected Short |
DefaultExcelFormatter.getRealFormat(ExcelWriter writer,
String format) |
Returns the ID of the format or creates a new one if required.
|
Short |
DefaultExcelFormatter.getRightBorderColor(ExcelWriter writer,
int row,
int column,
Object value) |
|
Short |
DefaultExcelFormatter.getRightBorderThickness(ExcelWriter writer,
int row,
int column,
Object value) |
|
Short |
DefaultExcelFormatter.getTopBorderColor(ExcelWriter writer,
int row,
int column,
Object value) |
|
Short |
DefaultExcelFormatter.getTopBorderThickness(ExcelWriter writer,
int row,
int column,
Object value) |
|
boolean |
DefaultExcelFormatter.isTextWrap(ExcelWriter writer,
int row,
int column,
Object value) |
|
void |
ExcelListener.rowCreated(ExcelWriter writer,
org.apache.poi.ss.usermodel.Row row) |
Notifies about rows created.
|
void |
DefaultExcelFormatter.setStyle(ExcelWriter writer,
org.apache.poi.ss.usermodel.Cell cell,
Object value) |
Sets the cell style.
|
void |
ExcelFormatter.setStyle(ExcelWriter writer,
org.apache.poi.ss.usermodel.Cell cell,
Object value) |
Sets the cell style.
|
Copyright © 2018. All rights reserved.