Class WorkbookFactory
- java.lang.Object
-
- org.pentaho.di.trans.steps.excelinput.WorkbookFactory
-
public class WorkbookFactory extends Object
-
-
Constructor Summary
Constructors Constructor Description WorkbookFactory()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static org.pentaho.di.core.spreadsheet.KWorkbook
getWorkbook(SpreadSheetType type, InputStream inputStream, String encoding)
static org.pentaho.di.core.spreadsheet.KWorkbook
getWorkbook(SpreadSheetType type, String filename, String encoding)
static org.pentaho.di.core.spreadsheet.KWorkbook
getWorkbook(SpreadSheetType type, String filename, String encoding, String password)
-
-
-
Method Detail
-
getWorkbook
public static org.pentaho.di.core.spreadsheet.KWorkbook getWorkbook(SpreadSheetType type, String filename, String encoding) throws org.pentaho.di.core.exception.KettleException
- Throws:
org.pentaho.di.core.exception.KettleException
-
getWorkbook
public static org.pentaho.di.core.spreadsheet.KWorkbook getWorkbook(SpreadSheetType type, String filename, String encoding, String password) throws org.pentaho.di.core.exception.KettleException
- Throws:
org.pentaho.di.core.exception.KettleException
-
getWorkbook
public static org.pentaho.di.core.spreadsheet.KWorkbook getWorkbook(SpreadSheetType type, InputStream inputStream, String encoding) throws org.pentaho.di.core.exception.KettleException
- Throws:
org.pentaho.di.core.exception.KettleException
-
-