| Annotation Type | Description |
|---|---|
| ExcelBean |
Class once annotated with this, can be used to perform excel column data
binding to the instance variables of the annotated class.
This annotation is required to be present on the class. Must have zero argument constructor |
| ExcelColumnHeader |
This annotation is used to fetch the value from the Excel cell to a
particular java class field based on the column header.
|
| ExcelColumnIndex |
This annotation is used to fetch the value from the Excel cell to a
particular java class field based on column index.
|
Copyright © 2019 Gizbel Technologies Private Limited. All rights reserved.