| Package | Description |
|---|---|
| com.alibaba.excel.enums | |
| com.alibaba.excel.read.metadata.holder | |
| com.alibaba.excel.read.metadata.holder.xls |
| Modifier and Type | Method and Description |
|---|---|
static RowTypeEnum |
RowTypeEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RowTypeEnum[] |
RowTypeEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
RowTypeEnum |
ReadRowHolder.getRowType() |
| Modifier and Type | Method and Description |
|---|---|
void |
ReadRowHolder.setRowType(RowTypeEnum rowType) |
| Constructor and Description |
|---|
ReadRowHolder(Integer rowIndex,
RowTypeEnum rowType,
GlobalConfiguration globalConfiguration,
Map<Integer,Cell> cellMap) |
| Modifier and Type | Method and Description |
|---|---|
RowTypeEnum |
XlsReadSheetHolder.getTempRowType() |
| Modifier and Type | Method and Description |
|---|---|
void |
XlsReadSheetHolder.setTempRowType(RowTypeEnum tempRowType) |
Copyright © 2018–2022 Alibaba Group. All rights reserved.