| Class | Description | 
|---|---|
| ExcelInput | This class reads data from one or more Microsoft Excel files. | 
| ExcelInputData | |
| ExcelInputField | Describes a single field in an excel file | 
| ExcelInputMeta | Meta data for the Excel step. | 
| ExcelInputMetaInjection | To keep it simple, this metadata injection interface only supports the fields in the spreadsheet for the time being. | 
| ExcelInputRow | Represent 1 row in a an Excel sheet. | 
| WorkbookFactory | 
| Enum | Description | 
|---|---|
| SpreadSheetType | 
| Exception | Description | 
|---|---|
| KettleCellValueException | Extended  KettleExceptionto allow passing of extra context info up the chain (sheet, row, and column IDs). |