| DisableCellFormatXLS |
Indicates that a field/column ignores its custom cell format in a xls excel file.
|
| ExcelCell |
Indicates that a field declaration contains excel metadata.
|
| ExcelCellName |
Created by hakan on 16/03/2018
|
| ExcelCellRange |
|
| ExcelProperty |
Indicates, that a field contains an excel property (e.g.
|
| ExcelRow |
This annotations allows you to set the index of each row item.
|
| ExcelSheet |
Annotation to set the sheet name to be processed.
|
| ExcelUnknownCells |
This annotations allows you to put every unknown cell (neither mapped by name, nor by index) into a Map<String,String>
|