Package com.github.cla9.excel.reader.row
Class WorkBookRowHandler
java.lang.Object
com.github.cla9.excel.reader.row.WorkBookRowHandler
- All Implemented Interfaces:
RowHandler<org.apache.poi.ss.usermodel.Row>
- Direct Known Subclasses:
WorkBookExcelColumnRowHandler
public class WorkBookRowHandler extends java.lang.Object implements RowHandler<org.apache.poi.ss.usermodel.Row>
The type Work book row handler.
-
Field Summary
Fields Modifier and Type Field Description protected org.apache.poi.ss.usermodel.RowrowThe Row. -
Constructor Summary
Constructors Constructor Description WorkBookRowHandler() -
Method Summary
-
Field Details
-
row
protected org.apache.poi.ss.usermodel.Row rowThe Row.
-
-
Constructor Details
-
WorkBookRowHandler
public WorkBookRowHandler()
-
-
Method Details
-
getValue
public java.lang.String getValue(int i)Description copied from interface:RowHandlerGets value.- Specified by:
getValuein interfaceRowHandler<org.apache.poi.ss.usermodel.Row>- Parameters:
i- the- Returns:
- the value
-
getValue
protected java.lang.String getValue(org.apache.poi.ss.usermodel.Cell cell)Gets value.- Parameters:
cell- the cell- Returns:
- the value
-
getRow
public org.apache.poi.ss.usermodel.Row getRow()Gets row.- Returns:
- the row
-
setRow
public void setRow(org.apache.poi.ss.usermodel.Row row)Description copied from interface:RowHandlerSets row.- Specified by:
setRowin interfaceRowHandler<org.apache.poi.ss.usermodel.Row>- Parameters:
row- the row
-