org.pentaho.di.trans.steps.excelinput
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 | 
ExcelInputRow(String sheetName,
              int rownr,
              org.pentaho.di.core.spreadsheet.KCell[] cells)
 
            | 
 
 
 
sheetName
public final String sheetName
rownr
public final int rownr
cells
public final org.pentaho.di.core.spreadsheet.KCell[] cells
ExcelInputRow
public ExcelInputRow(String sheetName,
                     int rownr,
                     org.pentaho.di.core.spreadsheet.KCell[] cells)