Class ExcelInputDialog

  • All Implemented Interfaces:
    org.pentaho.di.trans.step.StepDialogInterface

    public class ExcelInputDialog
    extends BaseStepDialog
    implements org.pentaho.di.trans.step.StepDialogInterface
    • Constructor Detail

      • ExcelInputDialog

        public ExcelInputDialog​(org.eclipse.swt.widgets.Shell parent,
                                Object in,
                                org.pentaho.di.trans.TransMeta transMeta,
                                String sname)
    • Method Detail

      • open

        public String open()
        Specified by:
        open in interface org.pentaho.di.trans.step.StepDialogInterface
      • setFlags

        public void setFlags()
      • getData

        public void getData​(org.pentaho.di.trans.steps.excelinput.ExcelInputMeta meta)
        Read the data from the ExcelInputMeta object and show it in this dialog.
        Parameters:
        meta - The ExcelInputMeta object to obtain the data from.
      • getSheets

        public void getSheets()
        Get the names of the sheets from the Excel workbooks and let the user select some or all of them.
      • getFields

        public void getFields()
        Get the list of fields in the Excel workbook and put the result in the fields table view.