Package com.github.cla9.excel.reader.row
Class WorkBookExcelColumnRowHandler
java.lang.Object
com.github.cla9.excel.reader.row.WorkBookRowHandler
com.github.cla9.excel.reader.row.WorkBookExcelColumnRowHandler
- All Implemented Interfaces:
RowHandler<org.apache.poi.ss.usermodel.Row>
public class WorkBookExcelColumnRowHandler extends WorkBookRowHandler
The type Work book excel column row handler.
-
Field Summary
-
Constructor Summary
Constructors Constructor Description WorkBookExcelColumnRowHandler(int[] order)Instantiates a new Work book excel column row handler. -
Method Summary
Modifier and Type Method Description java.lang.StringgetValue(int i)Gets value.Methods inherited from class com.github.cla9.excel.reader.row.WorkBookRowHandler
getRow, getValue, setRow
-
Constructor Details
-
WorkBookExcelColumnRowHandler
public WorkBookExcelColumnRowHandler(int[] order)Instantiates a new Work book excel column row handler.- Parameters:
order- the order
-
-
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>- Overrides:
getValuein classWorkBookRowHandler- Parameters:
i- the- Returns:
- the value
-