Uses of Interface
org.gageot.excel.core.RowMapper

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.
 



Copyright © 2007 gageot.net. All Rights Reserved.