| Modifier and Type | Class and Description |
|---|---|
class |
AbstractHolder
Write/read holder
|
| Constructor and Description |
|---|
ExcelHeadProperty(ConfigurationHolder configurationHolder,
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 |
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(ConfigurationHolder configurationHolder,
Class headClazz,
List<List<String>> head) |
| Modifier and Type | Method and Description |
|---|---|
static ExcelContentProperty |
ClassUtils.declaredExcelContentProperty(Map<?,?> dataMap,
Class<?> headClazz,
String fieldName,
ConfigurationHolder configurationHolder)
Calculate the configuration information for the class
|
static FieldCache |
ClassUtils.declaredFields(Class<?> clazz,
ConfigurationHolder configurationHolder)
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(ConfigurationHolder configurationHolder,
Class<?> headClazz,
List<List<String>> head) |
Copyright © 2018–2023 Alibaba Group. All rights reserved.