Interface ExcelField
- All Superinterfaces:
Field
Field in an
ExcelTable
.- Since:
- 4.1.0
-
Method Summary
Modifier and TypeMethodDescriptionint
Returns the column index of this field in the Excel sheet.getName()
Returns the column header.Methods inherited from interface com.orchestranetworks.addon.dint.schema.Field
getDataType, getIndex, getLabel, getPath, getTablePath, isMultiValued
-
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 from0
. 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.
-