|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use RowMapper | |
|---|---|
| org.gageot.excel.core | Provides the core Excel framework, based on ExcelTemplate and its associated callback interfaces and helper objects. |
| Uses of RowMapper in org.gageot.excel.core |
|---|
| Classes in org.gageot.excel.core that implement RowMapper | |
|---|---|
class |
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. |
| Methods in org.gageot.excel.core with parameters of type RowMapper | |
|---|---|
java.util.List |
ExcelTemplate.readList(java.lang.String sheetName,
RowMapper rowMapper)
|
| Constructors in org.gageot.excel.core with parameters of type RowMapper | |
|---|---|
RowMapperSheetExtractor(RowMapper aRowMapper)
Create a new RowMapperSheetExtractor. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||