@Target(value=TYPE) @Retention(value=RUNTIME) public @interface ExcelTable
Modifier and Type | Required Element and Description |
---|---|
String |
file
On Class ONLY, defines the excel file to be read.
|
Modifier and Type | Optional Element and Description |
---|---|
int |
dataRowStartsAt
Row number from which data rows start from
|
int |
headerRow
Row number that contains the header information, -1 no header
|
boolean |
ignoreEmptyCells
When true any cells with empty value for header row are ignored, otherwise an
empty header row cell indicates end of columns.
|
String |
sheetName
Name of the Sheet to read the data from
|
String |
source
Source name; If overriding the org.teiid.translator.ws.WsExecutionFactory
bean then provide the name of the bean
|
public abstract String file
public abstract int dataRowStartsAt
public abstract boolean ignoreEmptyCells
public abstract int headerRow
public abstract String sheetName
public abstract String source
Copyright © 2020. All rights reserved.