Skip to content

Commit

Permalink
doc[storage]: update document
Browse files Browse the repository at this point in the history
  • Loading branch information
jaysunxiao committed Jul 19, 2024
1 parent 4913287 commit 2c7281d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions storage/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ English | [简体中文](./README_CN.md)

- Take advantage of the reflection nature of the Java dynamic language to parse Excel without any code

- null safe, empty strings resolve to strings of length 0, and empty collections resolve to sets of length 0

- Support Excel to export json, csv files

### Ⅱ. Automatic mapping
Expand Down
2 changes: 2 additions & 0 deletions storage/README_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@

- 利用Java动态语言的反射特性,无需任何代码就能解析Excel

- null safe,空的字符串解析为长度为0的字符串,空的集合解析为长度为0的集合

- 支持Excel导出json,csv文件

### Ⅱ. 自动映射
Expand Down

0 comments on commit 2c7281d

Please sign in to comment.