doc[storage]: update document

This commit is contained in:
godotg
2024-07-19 22:12:28 +08:00
parent 285e996c82
commit 45483ccdaa
2 changed files with 6 additions and 2 deletions
+3 -1
View File
@@ -8,7 +8,9 @@ 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
- Arrays or collections support null safe, and empty arrays or collections resolve to arrays or collections of length 0
- Empty strings are parsed to string of length 0, and empty object are parsed to null
- Support Excel to export json, csv files
+3 -1
View File
@@ -7,7 +7,9 @@
- 利用Java动态语言的反射特性,无需任何代码就能解析Excel
- null safe,空的字符串解析为长度为0的字符串,空的集合解析为长度为0的集合
- 数组或集合支持 null safe,空的数组或者集合解析为长度为0的数组或集合
- 空的字符串解析为长度为0的字符串,空的对象解析为null
- 支持Excel导出jsoncsv文件