cn.hutool.poi.package-info Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of hutool-poi Show documentation
Show all versions of hutool-poi Show documentation
Hutool POI工具类(对Office文档、OFD等操作)
/**
* POI封装实现
* Java针对MS Office的操作的库屈指可数,比较有名的就是Apache的POI库。
* 这个库异常强大,但是使用起来也并不容易。Hutool针对POI封装一些常用工具,使Java操作Excel等文件变得异常简单。
*
* @author looly
*
*/
package cn.hutool.poi;