public static class ReadExcelFile.ColMap
extends java.lang.Object
readExcel
method processing.ReadExcelRecord
Modifier and Type | Field and Description |
---|---|
int |
nCol
The column number relative to 0 on the Workbook sheet where the value is to be obtained
|
java.lang.reflect.Field |
oFld
The field that can be used to populate the value using Java reflection in the extended ReadExcelRecord class
|
java.lang.String |
sName
The name of the field in the extended ReadExcelRecord class
|
Constructor and Description |
---|
ColMap(int nCol,
java.lang.String sName,
java.lang.reflect.Field oFld)
The constructor
|
public java.lang.reflect.Field oFld
public java.lang.String sName
public int nCol