org.pentaho.di.trans.steps.excelinput
Class WorkbookFactory

java.lang.Object
  extended by org.pentaho.di.trans.steps.excelinput.WorkbookFactory

public class WorkbookFactory
extends Object


Constructor Summary
WorkbookFactory()
           
 
Method Summary
static KWorkbook getWorkbook(SpreadSheetType type, String filename, String encoding)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WorkbookFactory

public WorkbookFactory()
Method Detail

getWorkbook

public static KWorkbook getWorkbook(SpreadSheetType type,
                                    String filename,
                                    String encoding)
                             throws KettleException
Throws:
KettleException