mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-04-19 03:01:48 +08:00
33 lines
700 B
Markdown
33 lines
700 B
Markdown
<p align="center">
|
|
<a href="https://hutool.cn/"><img src="https://plus.hutool.cn/images/hutool.svg" width="45%"></a>
|
|
</p>
|
|
<p align="center">
|
|
<strong>🍬Make Java Sweet Again.</strong>
|
|
</p>
|
|
<p align="center">
|
|
👉 <a href="https://hutool.cn">https://hutool.cn/</a> 👈
|
|
</p>
|
|
|
|
## 📚Hutool-poi 模块介绍
|
|
|
|
`Hutool-poi`提供对`CSV`、`Apache POI`以及`ODFRW`的封装。
|
|
|
|
-------------------------------------------------------------------------------
|
|
|
|
## 🛠️包含内容
|
|
|
|
### CSV
|
|
|
|
提供CSV读写封装。
|
|
|
|
### Excel
|
|
|
|
提供对`xls`和`xlsx`格式的Excel文件读写封装。
|
|
|
|
### Word
|
|
|
|
提供对`docx`格式的文档生成提供封装。
|
|
|
|
### OFD
|
|
|
|
提供`ODF`的生成和转换封装。 |