Uses of Class
org.pentaho.di.core.spreadsheet.KCellType

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

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

Methods in org.pentaho.di.core.spreadsheet that return KCellType
 KCellType KCell.getType()
           
static KCellType KCellType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static KCellType[] KCellType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

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

Methods in org.pentaho.di.trans.steps.excelinput.jxl that return KCellType
 KCellType XLSCell.getType()
           
 

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

Methods in org.pentaho.di.trans.steps.excelinput.ods that return KCellType
 KCellType OdfCell.getType()
           
 

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

Methods in org.pentaho.di.trans.steps.excelinput.poi that return KCellType
 KCellType PoiCell.getType()