| Package | Description |
|---|---|
| com.alibaba.excel.metadata | |
| com.alibaba.excel.metadata.data | |
| com.alibaba.excel.read.metadata.holder |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractCell
cell
|
class |
CellExtra
Cell extra information.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CellData<T>
Excel internal cell data.
|
class |
ReadCellData<T>
read cell data
|
class |
WriteCellData<T>
write cell data
|
| Modifier and Type | Method and Description |
|---|---|
Map<Integer,Cell> |
ReadRowHolder.getCellMap() |
| Modifier and Type | Method and Description |
|---|---|
void |
ReadRowHolder.setCellMap(Map<Integer,Cell> cellMap) |
| Constructor and Description |
|---|
ReadRowHolder(Integer rowIndex,
RowTypeEnum rowType,
GlobalConfiguration globalConfiguration,
Map<Integer,Cell> cellMap) |
Copyright © 2018–2023 Alibaba Group. All rights reserved.