| Package | Description |
|---|---|
| org.dromara.hutool.poi.excel |
POI中对Excel读写的封装,入口为ExcelUtil
|
| org.dromara.hutool.poi.excel.sax |
Sax方式操作Excel方式的封装
|
| org.dromara.hutool.poi.excel.sax.handler |
Sax读取中行处理器的定义和实现
|
| Class and Description |
|---|
| RowHandler
Sax方式读取Excel行处理器
|
| Class and Description |
|---|
| RowHandler
Sax方式读取Excel行处理器
|
| Class and Description |
|---|
| AbstractRowHandler
抽象行数据处理器,通过实现
AbstractRowHandler.handle(int, long, List) 处理原始数据并调用 AbstractRowHandler.handleData(int, long, Object)处理经过转换后的数据。 |
| RowHandler
Sax方式读取Excel行处理器
|
Copyright © 2025. All rights reserved.