Class ExcelRow


  • public class ExcelRow
    extends java.lang.Object
    • Method Detail

      • getNextRow

        public ExcelRow getNextRow()
      • moveNextCell

        public ExcelRow moveNextCell()
      • getCell

        public ExcelCell getCell​(int cellIndex)
      • isEmpty

        public boolean isEmpty()
      • getPoiRow

        public org.apache.poi.ss.usermodel.Row getPoiRow​(boolean force)
      • toRowIndex

        public static int toRowIndex​(java.lang.String rowColumnName)
      • toColumnNameByRowIndex

        public static java.lang.String toColumnNameByRowIndex​(int rowIndex)