Uses of Interface
org.pentaho.di.core.spreadsheet.KCell

Packages that use KCell
org.pentaho.di.core.spreadsheet   
org.pentaho.di.trans.steps.excelinput   
org.pentaho.di.trans.steps.excelinput.jxl   
org.pentaho.di.trans.steps.excelinput.ods   
org.pentaho.di.trans.steps.excelinput.poi   
 

Uses of KCell in org.pentaho.di.core.spreadsheet
 

Methods in org.pentaho.di.core.spreadsheet that return KCell
 KCell KSheet.getCell(int colnr, int rownr)
          Get a cell in the sheet by specification of its coordinates.
 KCell[] KSheet.getRow(int rownr)
          Get one row of cells in the sheets
 

Uses of KCell in org.pentaho.di.trans.steps.excelinput
 

Fields in org.pentaho.di.trans.steps.excelinput declared as KCell
 KCell[] ExcelInputRow.cells
           
 

Constructors in org.pentaho.di.trans.steps.excelinput with parameters of type KCell
ExcelInputRow(String sheetName, int rownr, KCell[] cells)
           
 

Uses of KCell in org.pentaho.di.trans.steps.excelinput.jxl
 

Classes in org.pentaho.di.trans.steps.excelinput.jxl that implement KCell
 class XLSCell
           
 

Methods in org.pentaho.di.trans.steps.excelinput.jxl that return KCell
 KCell XLSSheet.getCell(int colnr, int rownr)
           
 KCell[] XLSSheet.getRow(int rownr)
           
 

Uses of KCell in org.pentaho.di.trans.steps.excelinput.ods
 

Classes in org.pentaho.di.trans.steps.excelinput.ods that implement KCell
 class OdfCell
           
 

Methods in org.pentaho.di.trans.steps.excelinput.ods that return KCell
 KCell OdfSheet.getCell(int colnr, int rownr)
           
 KCell[] OdfSheet.getRow(int rownr)
           
 

Uses of KCell in org.pentaho.di.trans.steps.excelinput.poi
 

Classes in org.pentaho.di.trans.steps.excelinput.poi that implement KCell
 class PoiCell
           
 

Methods in org.pentaho.di.trans.steps.excelinput.poi that return KCell
 KCell PoiSheet.getCell(int colnr, int rownr)
           
 KCell[] PoiSheet.getRow(int rownr)