Class WorkbookFactory


  • public class WorkbookFactory
    extends Object
    • Constructor Detail

      • WorkbookFactory

        public WorkbookFactory()
    • 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