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

@ -15,3 +15,9 @@
-------------------------------------------------------------------------------
## 🛠️包含内容
### API定义
- `LogEngine`: 日期实现引擎。
- `Log`: 日志对象接口,提供各种级别的日志打印。
- `Level`: 日志级别枚举,提供日志级别定义和规范。

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`的生成和转换封装。

View File

@ -17,7 +17,17 @@
## 🛠️包含内容
### Setting
提供支持分组和变量替换的配置文件格式。
### Props
传统Properties的封装。
### TOML
TOMLTom's Obvious, Minimal Language配置文件解析和生成。
### YAML
提供基于[Snakeyaml](https://bitbucket.org/snakeyaml/snakeyaml)的读写封装。