|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
T - the typepublic interface RowMapper<T>
Map rows from an excel sheet to an object.
| Method Summary | |
|---|---|
T |
mapRow(RowSet rs)
Implementations must implement this method to map the provided row to the parameter type T. |
| Method Detail |
|---|
T mapRow(RowSet rs)
throws Exception
Sheet the current line resides.
rs - the RowSet used for mapping.
Exception - if error occured while parsing.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||