|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.gageot.excel.core.StringCellMapper
public class StringCellMapper
CellMapper implementation that creates a java.lang.String
for each cell.
Constructor Summary | |
---|---|
StringCellMapper()
|
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 StringCellMapper()
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 CellMapper
cell
- 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 |