diff --git a/.vs/ExcelTool/v15/.suo b/.vs/ExcelTool/v15/.suo index 892c176..34f4f1f 100644 Binary files a/.vs/ExcelTool/v15/.suo and b/.vs/ExcelTool/v15/.suo differ diff --git a/ExcelTool/ExcelTool.csproj b/ExcelTool/ExcelTool.csproj index df17c80..c0f0255 100644 --- a/ExcelTool/ExcelTool.csproj +++ b/ExcelTool/ExcelTool.csproj @@ -70,7 +70,6 @@ - diff --git a/README.md b/README.md index bc5fa8e..2e56f87 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ * 字段不配置会使用默认数值 #### 目前支持的字段 -* 常规的字段,例如int,float,string,bool,long +* 常规的字段,例如int,float,string,bool,long,list,intlist,longlist,floatlist,boollist,List,List,List,List 大小写不限 * 支持自定义字段 vector,例如[1,2,3] * 支持自定义字段 list,其实是vector数组,例如[[1,2,3],[2,3,4],[4,5,6]]