public class WorkbookFactory extends Object
| 构造器和说明 |
|---|
WorkbookFactory() |
| 限定符和类型 | 方法和说明 |
|---|---|
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) |
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, String filename, String encoding, String password) 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.KettleExceptionCopyright © 2024 Hitachi Vantara. All rights reserved.