| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.gageot.excel.core.ObjectCellMapper
public class ObjectCellMapper
CellMapper implementation that creates a java.lang.Object
 for each cell. It uses java.lang.String for text cells and
 java.lang.Double for numerical cells.
| Constructor Summary | |
|---|---|
| ObjectCellMapper() | |
| Method Summary | |
|---|---|
|  java.lang.Object | mapCell(org.apache.poi.hssf.usermodel.HSSFCell cell,
        int rowNum,
        int columnNum)Implementations must implement this method to map each cell of data in the HSSFSheet. | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public ObjectCellMapper()
| Method Detail | 
|---|
public java.lang.Object mapCell(org.apache.poi.hssf.usermodel.HSSFCell cell,
                                int rowNum,
                                int columnNum)
                         throws java.io.IOException
CellMapper
mapCell in interface CellMappercell - the HSSFCell to maprowNum - the number of the current rowcolumnNum - the number of the current column
java.io.IOException - if a IOException is encountered getting
 column values (that is, there's no need to catch IOException)| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||