|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Interface Summary | |
---|---|
CellCallbackHandler | Callback interface used by ExcelTemplate's query methods. |
CellMapper | An interface used by ExcelTemplate for mapping cells. |
RowCallbackHandler | Callback interface used by ExcelTemplate's query methods. |
RowMapper | An interface used by ExcelTemplate for mapping rows. |
SheetExtractor | Callback interface used by ExcelTemplate's query methods. |
Class Summary | |
---|---|
BeanCellCallbackHandler | CallbackHandler implementation that creates a bean of the given class for each row, representing all columns as bean properties. |
ColumnMapRowMapper | RowMapper implementation that creates a java.util.Map
for each row, representing all columns as key-value pairs: one
entry for each column, with the column name as key. |
ExcelTemplate | This is the central class in the Excel core package. |
ExcelTemplateDaoSupport | TODO. |
ObjectCellMapper | CellMapper implementation that creates a java.lang.Object
for each cell. |
RowMapperSheetExtractor | Adapter implementation of the SheetExtractor interface that delegates to a RowMapper which is supposed to create an object for each row. |
StringCellMapper | CellMapper implementation that creates a java.lang.String
for each cell. |
Provides the core Excel framework, based on ExcelTemplate and its associated callback interfaces and helper objects.
|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |