Package | Description |
---|---|
cn.orionsec.kit.office.excel.reader |
Modifier and Type | Class and Description |
---|---|
class |
ExcelArrayReader
excel array 读取器
不支持高级数据类型
Excels.getCellValue(Cell) |
class |
ExcelBeanReader<T>
excel bean 读取器
支持高级数据类型
Excels.getCellValue(Cell, ExcelReadType, CellOption) |
class |
ExcelLambdaReader<T>
excel lambda 读取器
支持高级数据类型
Excels.getCellValue(Cell, ExcelReadType, CellOption) |
class |
ExcelMapReader<K,V>
excel map 读取器
支持高级数据类型
Excels.getCellValue(Cell, ExcelReadType, CellOption) |
Modifier and Type | Method and Description |
---|---|
BaseExcelReader<K,T> |
BaseExcelReader.clear()
清空读取的行
|
BaseExcelReader<K,T> |
BaseExcelReader.init()
初始化 默认实现
|
BaseExcelReader<K,T> |
BaseExcelReader.read()
读取所有行
|
BaseExcelReader<K,T> |
BaseExcelReader.read(int i)
读取多行
|
BaseExcelReader<K,T> |
BaseExcelReader.recalculationFormula()
重新计算所有公式
|
BaseExcelReader<K,T> |
BaseExcelReader.skip()
跳过一行
|
BaseExcelReader<K,T> |
BaseExcelReader.skip(int i)
跳过多行
|
BaseExcelReader<K,T> |
BaseExcelReader.trim()
是否清除空格
|
Constructor and Description |
---|
ExcelReaderIterator(BaseExcelReader<?,T> reader) |
Copyright © 2024. All rights reserved.