Class ExcelInputRow
- java.lang.Object
-
- org.pentaho.di.trans.steps.excelinput.ExcelInputRow
-
public class ExcelInputRow extends Object
Represent 1 row in a an Excel sheet.
-
-
Constructor Summary
Constructors Constructor Description ExcelInputRow(String sheetName, int rownr, org.pentaho.di.core.spreadsheet.KCell[] cells)
-