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
KettleException
public static KWorkbook getWorkbook(SpreadSheetType type, String filename, String encoding, String password) throws KettleException
KettleException
public static KWorkbook getWorkbook(SpreadSheetType type, InputStream inputStream, String encoding) throws KettleException
KettleException
Copyright © 2020 Hitachi Vantara. All rights reserved.