public class WorkbookFactory extends Object
| Constructor and Description |
|---|
WorkbookFactory() |
| Modifier and Type | Method and Description |
|---|---|
static KWorkbook |
getWorkbook(SpreadSheetType type,
InputStream inputStream,
String encoding) |
static KWorkbook |
getWorkbook(SpreadSheetType type,
String filename,
String encoding) |
static KWorkbook |
getWorkbook(SpreadSheetType type,
String filename,
String encoding,
String password) |
public static KWorkbook getWorkbook(SpreadSheetType type, String filename, String encoding) throws KettleException
KettleExceptionpublic static KWorkbook getWorkbook(SpreadSheetType type, String filename, String encoding, String password) throws KettleException
KettleExceptionpublic static KWorkbook getWorkbook(SpreadSheetType type, InputStream inputStream, String encoding) throws KettleException
KettleExceptionCopyright © 2020 Hitachi Vantara. All rights reserved.