| Modifier and Type | Interface and Description |
|---|---|
interface |
ConfigurationHolder
Get the corresponding holder
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractHolder
Write/read holder
|
| Constructor and Description |
|---|
ExcelHeadProperty(Holder holder,
Class<?> headClazz,
List<List<String>> head) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ReadHolder
Get the corresponding Holder
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractReadHolder
Read Holder
|
class |
ReadRowHolder
sheet holder
|
class |
ReadSheetHolder
sheet holder
|
class |
ReadWorkbookHolder
Workbook holder
|
| Modifier and Type | Class and Description |
|---|---|
class |
CsvReadSheetHolder
sheet holder
|
class |
CsvReadWorkbookHolder
Workbook holder
|
| Modifier and Type | Class and Description |
|---|---|
class |
XlsReadSheetHolder
sheet holder
|
class |
XlsReadWorkbookHolder
Workbook holder
|
| Modifier and Type | Class and Description |
|---|---|
class |
XlsxReadSheetHolder
sheet holder
|
class |
XlsxReadWorkbookHolder
Workbook holder
|
| Constructor and Description |
|---|
ExcelReadHeadProperty(Holder holder,
Class headClazz,
List<List<String>> head) |
| Modifier and Type | Method and Description |
|---|---|
static void |
ClassUtils.declaredFields(Class<?> clazz,
Map<Integer,Field> sortedAllFieldMap,
Map<Integer,Field> indexFieldMap,
Map<String,Field> ignoreMap,
Boolean needIgnore,
Holder holder)
Parsing field in the class
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
WriteHolder
Get the corresponding Holder
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractWriteHolder
Write holder configuration
|
class |
WriteSheetHolder
sheet holder
|
class |
WriteTableHolder
sheet holder
|
class |
WriteWorkbookHolder
Workbook holder
|
| Constructor and Description |
|---|
ExcelWriteHeadProperty(Holder holder,
Class<?> headClazz,
List<List<String>> head) |
Copyright © 2018–2022 Alibaba Group. All rights reserved.