mirror of
https://github.com/tiennm99/zfoo.git
synced 2026-08-17 08:25:48 +00:00
doc[storage]: update document
This commit is contained in:
+3
-1
@@ -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
|
||||
|
||||
|
||||
@@ -7,7 +7,9 @@
|
||||
|
||||
- 利用Java动态语言的反射特性,无需任何代码就能解析Excel
|
||||
|
||||
- null safe,空的字符串解析为长度为0的字符串,空的集合解析为长度为0的集合
|
||||
- 数组或集合支持 null safe,空的数组或者集合解析为长度为0的数组或集合
|
||||
|
||||
- 空的字符串解析为长度为0的字符串,空的对象解析为null
|
||||
|
||||
- 支持Excel导出json,csv文件
|
||||
|
||||
|
||||
Reference in New Issue
Block a user