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

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

Uses of CellCallbackHandler in org.gageot.excel.core
 

Classes in org.gageot.excel.core that implement CellCallbackHandler
 class BeanCellCallbackHandler
          CallbackHandler implementation that creates a bean of the given class for each row, representing all columns as bean properties.
 

Methods in org.gageot.excel.core with parameters of type CellCallbackHandler
 void ExcelTemplate.read(java.lang.String sheetName, CellCallbackHandler cellCallbackHandler)
           
 



Copyright © 2007 gageot.net. All Rights Reserved.