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.Row row
    The Row.
  • Constructor Summary

    Constructors 
    Constructor Description
    WorkBookRowHandler()  
  • Method Summary

    Modifier and Type Method Description
    org.apache.poi.ss.usermodel.Row getRow()
    Gets row.
    java.lang.String getValue​(int i)
    Gets value.
    protected java.lang.String getValue​(org.apache.poi.ss.usermodel.Cell cell)
    Gets value.
    void setRow​(org.apache.poi.ss.usermodel.Row row)
    Sets row.

    Methods inherited from class java.lang.Object

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

    • row

      protected org.apache.poi.ss.usermodel.Row row
      The Row.
  • Constructor Details

  • Method Details

    • getValue

      public java.lang.String getValue​(int i)
      Description copied from interface: RowHandler
      Gets value.
      Specified by:
      getValue in interface RowHandler<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: RowHandler
      Sets row.
      Specified by:
      setRow in interface RowHandler<org.apache.poi.ss.usermodel.Row>
      Parameters:
      row - the row