org.pentaho.di.trans.steps.excelinput.poi
Class PoiSheet

java.lang.Object
  extended by org.pentaho.di.trans.steps.excelinput.poi.PoiSheet
All Implemented Interfaces:
org.pentaho.di.core.spreadsheet.KSheet

public class PoiSheet
extends Object
implements org.pentaho.di.core.spreadsheet.KSheet


Constructor Summary
PoiSheet(org.apache.poi.ss.usermodel.Sheet sheet)
           
 
Method Summary
 org.pentaho.di.core.spreadsheet.KCell getCell(int colnr, int rownr)
           
 String getName()
           
 org.pentaho.di.core.spreadsheet.KCell[] getRow(int rownr)
           
 int getRows()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PoiSheet

public PoiSheet(org.apache.poi.ss.usermodel.Sheet sheet)
Method Detail

getName

public String getName()
Specified by:
getName in interface org.pentaho.di.core.spreadsheet.KSheet

getRow

public org.pentaho.di.core.spreadsheet.KCell[] getRow(int rownr)
Specified by:
getRow in interface org.pentaho.di.core.spreadsheet.KSheet

getRows

public int getRows()
Specified by:
getRows in interface org.pentaho.di.core.spreadsheet.KSheet

getCell

public org.pentaho.di.core.spreadsheet.KCell getCell(int colnr,
                                                     int rownr)
Specified by:
getCell in interface org.pentaho.di.core.spreadsheet.KSheet