Uses of Class
org.pentaho.di.trans.steps.excelinput.SpreadSheetType

Packages that use SpreadSheetType
org.pentaho.di.trans.steps.excelinput   
 

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

Methods in org.pentaho.di.trans.steps.excelinput that return SpreadSheetType
 SpreadSheetType ExcelInputMeta.getSpreadSheetType()
           
static SpreadSheetType SpreadSheetType.getStpreadSheetTypeByDescription(String description)
           
static SpreadSheetType SpreadSheetType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static SpreadSheetType[] SpreadSheetType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.pentaho.di.trans.steps.excelinput with parameters of type SpreadSheetType
static KWorkbook WorkbookFactory.getWorkbook(SpreadSheetType type, String filename, String encoding)
           
 void ExcelInputMeta.setSpreadSheetType(SpreadSheetType spreadSheetType)