public interface ExcelField extends Field
ExcelTable
.Modifier and Type | Method and Description |
---|---|
int |
getColumnIndex()
Returns the column index of this field in the Excel sheet.
|
String |
getName()
Returns the column header.
|
getDataType, getIndex, getLabel, getPath, getTablePath, isMultiValued
int getColumnIndex()
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.
String getName()
Returns a default name in case of no header.