| Package | Description |
|---|---|
| com.gizbel.excel.enums | |
| com.gizbel.excel.factory |
| Modifier and Type | Method and Description |
|---|---|
static ExcelFactoryType |
ExcelFactoryType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ExcelFactoryType[] |
ExcelFactoryType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
protected ExcelFactoryType |
Parser.getExcelFactoryType() |
| Constructor and Description |
|---|
ExcelParser(Class clazz,
ExcelFactoryType excelFactoryType,
File file)
Initialize the excel parser.
This constructor will also save the annotated class fields in to a map for future use. |
Parser(ExcelFactoryType excelFactoryType,
File file)
Initialize the Parser, will create the headers map using the first row.
|
Copyright © 2019 Gizbel Technologies Private Limited. All rights reserved.