|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SheetExtractor | |
---|---|
org.gageot.excel.core | Provides the core Excel framework, based on ExcelTemplate and its associated callback interfaces and helper objects. |
Uses of SheetExtractor in org.gageot.excel.core |
---|
Classes in org.gageot.excel.core that implement SheetExtractor | |
---|---|
class |
RowMapperSheetExtractor
Adapter implementation of the SheetExtractor interface that delegates to a RowMapper which is supposed to create an object for each row. |
Methods in org.gageot.excel.core with parameters of type SheetExtractor | |
---|---|
java.lang.Object |
ExcelTemplate.read(java.lang.String sheetName,
SheetExtractor sheetExtractor)
Read the content of an Excel file for a given sheet name. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |