Class ExcelInputRow


  • public class ExcelInputRow
    extends Object
    Represent 1 row in a an Excel sheet.
    • Field Detail

      • sheetName

        public final String sheetName
      • rownr

        public final int rownr
      • cells

        public final org.pentaho.di.core.spreadsheet.KCell[] cells
    • Constructor Detail

      • ExcelInputRow

        public ExcelInputRow​(String sheetName,
                             int rownr,
                             org.pentaho.di.core.spreadsheet.KCell[] cells)