fix readme

This commit is contained in:
Looly
2023-05-16 23:51:36 +08:00
parent d3e82c6ad6
commit ea381bad9c
3 changed files with 36 additions and 4 deletions

View File

@@ -10,8 +10,24 @@
## 📚Hutool-poi 模块介绍
`Hutool-poi`提供对Apache POI的封装。
`Hutool-poi`提供对`CSV``Apache POI`以及`ODFRW`的封装。
-------------------------------------------------------------------------------
## 🛠️包含内容
## 🛠️包含内容
### CSV
提供CSV读写封装。
### Excel
提供对`xls``xlsx`格式的Excel文件读写封装。
### Word
提供对`docx`格式的文档生成提供封装。
### OFD
提供`ODF`的生成和转换封装。