Package | Description |
---|---|
org.dromara.hutool.poi.excel |
POI中对Excel读写的封装,入口为ExcelUtil
|
org.dromara.hutool.poi.excel.reader |
数据读取接口及实现,此包中定义了SheetReader,通过实现此接口,实现sheet中的数据读取为不同类型。
|
org.dromara.hutool.poi.excel.writer |
Excel生成封装
|
Class and Description |
---|
ExcelBase
Excel基础类,用于抽象ExcelWriter和ExcelReader中共用部分的对象和方法
|
ExcelConfig
Excel读取和写出通用配置
|
RowGroup
分组行
用于标识和写出复杂表头。 |
Class and Description |
---|
ExcelBase
Excel基础类,用于抽象ExcelWriter和ExcelReader中共用部分的对象和方法
|
ExcelConfig
Excel读取和写出通用配置
|
Class and Description |
---|
ExcelBase
Excel基础类,用于抽象ExcelWriter和ExcelReader中共用部分的对象和方法
|
ExcelConfig
Excel读取和写出通用配置
|
RowGroup
分组行
用于标识和写出复杂表头。 |
SimpleClientAnchor
简单的ClientAnchor实现,此对象表示一个图形或绘图在Excel中的位置和大小,参数表示:
dx1和dy1表示在左上角单元格中的偏移量,col1和row1表示左上角单元格
dx2和dy2表示在右下角单元格中的偏移量,col2和row2表示右下角单元格
图示见:https://www.cnblogs.com/sunyl/p/7527703.html
|
Copyright © 2025. All rights reserved.