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

Packages that use CellMapper
org.gageot.excel.core Provides the core Excel framework, based on ExcelTemplate and its associated callback interfaces and helper objects. 
 

Uses of CellMapper in org.gageot.excel.core
 

Classes in org.gageot.excel.core that implement CellMapper
 class ObjectCellMapper
          CellMapper implementation that creates a java.lang.Object for each cell.
 class StringCellMapper
          CellMapper implementation that creates a java.lang.String for each cell.
 

Methods in org.gageot.excel.core that return CellMapper
protected  CellMapper ColumnMapRowMapper.createCellMapper(int rowNum)
          Create a CellMapper instance to be used to map cells content.
 

Methods in org.gageot.excel.core with parameters of type CellMapper
 java.lang.Object[][] ExcelTemplate.read(java.lang.String sheetName, CellMapper cellMapper)
           
 java.lang.Object[][] ExcelTemplate.read(java.lang.String sheetName, CellMapper cellMapper, java.lang.Class clazz)
           
 java.util.List ExcelTemplate.readList(java.lang.String sheetName, CellMapper cellMapper)
           
 



Copyright © 2007 gageot.net. All Rights Reserved.