| Package | Description |
|---|---|
| com.alibaba.excel.enums | |
| com.alibaba.excel.metadata | |
| com.alibaba.excel.read.builder |
| Modifier and Type | Method and Description |
|---|---|
static CellExtraTypeEnum |
CellExtraTypeEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CellExtraTypeEnum[] |
CellExtraTypeEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
CellExtraTypeEnum |
CellExtra.getType() |
| Modifier and Type | Method and Description |
|---|---|
void |
CellExtra.setType(CellExtraTypeEnum type) |
| Constructor and Description |
|---|
CellExtra(CellExtraTypeEnum type,
String text,
Integer rowIndex,
Integer columnIndex) |
CellExtra(CellExtraTypeEnum type,
String text,
Integer firstRowIndex,
Integer lastRowIndex,
Integer firstColumnIndex,
Integer lastColumnIndex) |
CellExtra(CellExtraTypeEnum type,
String text,
String range) |
| Modifier and Type | Method and Description |
|---|---|
ExcelReaderBuilder |
ExcelReaderBuilder.extraRead(CellExtraTypeEnum extraType)
Read some extra information, not by default
|
Copyright © 2018–2023 Alibaba Group. All rights reserved.