| Modifier and Type | Method and Description |
|---|---|
ExcelTypeEnum |
AnalysisContextImpl.getExcelType() |
ExcelTypeEnum |
AnalysisContext.getExcelType()
Deprecated.
please use
AnalysisContext.readWorkbookHolder() |
| Constructor and Description |
|---|
AnalysisContextImpl(ReadWorkbook readWorkbook,
ExcelTypeEnum actualExcelType) |
| Constructor and Description |
|---|
DefaultCsvReadContext(ReadWorkbook readWorkbook,
ExcelTypeEnum actualExcelType) |
| Constructor and Description |
|---|
DefaultXlsReadContext(ReadWorkbook readWorkbook,
ExcelTypeEnum actualExcelType) |
| Constructor and Description |
|---|
DefaultXlsxReadContext(ReadWorkbook readWorkbook,
ExcelTypeEnum actualExcelType) |
| Modifier and Type | Method and Description |
|---|---|
ExcelReaderBuilder |
ExcelReaderBuilder.excelType(ExcelTypeEnum excelType) |
| Modifier and Type | Method and Description |
|---|---|
static ExcelTypeEnum |
ExcelTypeEnum.valueOf(ReadWorkbook readWorkbook) |
static ExcelTypeEnum |
ExcelTypeEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ExcelTypeEnum[] |
ExcelTypeEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ExcelWriterBuilder |
ExcelWriterBuilder.excelType(ExcelTypeEnum excelType) |
| Modifier and Type | Method and Description |
|---|---|
static List<WriteHandler> |
DefaultWriteHandlerLoader.loadDefaultHandler(Boolean useDefaultStyle,
ExcelTypeEnum excelType)
Load default handler
|
Copyright © 2018–2023 Alibaba Group. All rights reserved.