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

    Fields inherited from class com.github.cla9.excel.reader.row.WorkBookRowHandler

    row
  • 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.String getValue​(int i)
    Gets value.

    Methods inherited from class com.github.cla9.excel.reader.row.WorkBookRowHandler

    getRow, getValue, setRow

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • WorkBookExcelColumnRowHandler

      public WorkBookExcelColumnRowHandler​(int[] order)
      Instantiates a new Work book excel column row handler.
      Parameters:
      order - the order
  • Method Details