Class | Description |
---|---|
BaseExcelReader<K,T> |
excel 读取器 基类
|
ExcelArrayReader |
excel array 读取器
不支持高级数据类型
Excels.getCellValue(Cell) |
ExcelBeanReader<T> |
excel bean 读取器
支持高级数据类型
Excels.getCellValue(Cell, ExcelReadType, CellOption) |
ExcelLambdaReader<T> |
excel lambda 读取器
支持高级数据类型
Excels.getCellValue(Cell, ExcelReadType, CellOption) |
ExcelMapReader<K,V> |
excel map 读取器
支持高级数据类型
Excels.getCellValue(Cell, ExcelReadType, CellOption) |
ExcelReaderIterator<T> |
excel 迭代器
不会存储也不会消费
|
Copyright © 2024. All rights reserved.