Package | Description |
---|---|
org.dromara.hutool.poi.excel.reader |
数据读取接口及实现,此包中定义了SheetReader,通过实现此接口,实现sheet中的数据读取为不同类型。
|
org.dromara.hutool.poi.excel.reader.sheet |
Excel Sheet读取实现
|
Modifier and Type | Method and Description |
---|---|
ExcelReadConfig |
ExcelReadConfig.setIgnoreEmptyRow(boolean ignoreEmptyRow)
设置是否忽略空行
|
Modifier and Type | Field and Description |
---|---|
protected ExcelReadConfig |
AbstractSheetReader.config
Excel配置
|
Modifier and Type | Method and Description |
---|---|
void |
BeanSheetReader.setExcelConfig(ExcelReadConfig config)
设置Excel配置
|
void |
AbstractSheetReader.setExcelConfig(ExcelReadConfig config)
设置Excel配置
|
Copyright © 2025. All rights reserved.