Interface ExcelField

All Superinterfaces:
Field

public interface ExcelField extends Field
Field in an ExcelTable.
Since:
4.1.0
  • Method Details

    • getColumnIndex

      int getColumnIndex()
      Returns the column index of this field in the Excel sheet.

      This is different with the index returned from Field.getIndex(), which always starts from 0. The data table may not start from the first column.

    • getName

      String getName()
      Returns the column header.

      Returns a default name in case of no header.