public class WorkbookFactory extends Object
| Constructor and Description | 
|---|
WorkbookFactory()  | 
| Modifier and Type | Method and 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)  | 
public static org.pentaho.di.core.spreadsheet.KWorkbook getWorkbook(SpreadSheetType type, String filename, String encoding) throws org.pentaho.di.core.exception.KettleException
org.pentaho.di.core.exception.KettleExceptionpublic static org.pentaho.di.core.spreadsheet.KWorkbook getWorkbook(SpreadSheetType type, InputStream inputStream, String encoding) throws org.pentaho.di.core.exception.KettleException
org.pentaho.di.core.exception.KettleException