11<div align =" center " >
22<p ><a href =" https://www.nuget.org/packages/MiniExcel " ><img src =" https://img.shields.io/nuget/v/MiniExcel.svg " alt =" NuGet " ></a > <a href =" https://www.nuget.org/packages/MiniExcel " ><img src =" https://img.shields.io/nuget/dt/MiniExcel.svg " alt =" " ></a >
3- <a href =" https://ci.appveyor.com/project/shps951023 /miniexcel/branch/master " ><img src =" https://ci.appveyor.com/api/projects/status/b2vustrwsuqx45f4/branch/master?svg=true " alt =" Build status " ></a >
4- <a href =" https://gitee.com/dotnetchina/MiniExcel " ><img src =" https://gitee.com/dotnetchina/MiniExcel/badge/star.svg " alt =" star " ></a > <a href =" https://github.com/shps951023 /MiniExcel " rel =" nofollow " ><img src =" https://img.shields.io/github/stars/shps951023 /MiniExcel?logo=github " alt =" GitHub stars " ></a >
3+ <a href =" https://ci.appveyor.com/project/mini-software /miniexcel/branch/master " ><img src =" https://ci.appveyor.com/api/projects/status/b2vustrwsuqx45f4/branch/master?svg=true " alt =" Build status " ></a >
4+ <a href =" https://gitee.com/dotnetchina/MiniExcel " ><img src =" https://gitee.com/dotnetchina/MiniExcel/badge/star.svg " alt =" star " ></a > <a href =" https://github.com/mini-software /MiniExcel " rel =" nofollow " ><img src =" https://img.shields.io/github/stars/mini-software /MiniExcel?logo=github " alt =" GitHub stars " ></a >
55<a href =" https://www.nuget.org/packages/MiniExcel " ><img src =" https://img.shields.io/badge/.NET-%3E%3D%204.5-red.svg " alt =" version " ></a >
66</p >
77</div >
2323---
2424
2525<div align =" center " >
26- <p > 您的 <a href =" https://github.com/shps951023 /miniexcel " >Star</a >、<a href =" https://miniexcel.github.io " >赞助</a > 和 <a href =" https://edu.51cto.com/course/32914.html " >购买视频</a > 能帮助 MiniExcel 成长 </p >
26+ <p > 您的 <a href =" https://github.com/mini-software /miniexcel " >Star</a >、<a href =" https://miniexcel.github.io " >赞助</a > 和 <a href =" https://edu.51cto.com/course/32914.html " >购买视频</a > 能帮助 MiniExcel 成长 </p >
2727</div >
2828
2929---
@@ -70,7 +70,7 @@ MiniExcel简单、高效避免OOM的.NET处理Excel查、写、填充数据工
7070
7171### TODO
7272
73- 请查看 [ TODO] ( https://github.com/shps951023 /MiniExcel/projects/1?fullscreen=true )
73+ 请查看 [ TODO] ( https://github.com/mini-software /MiniExcel/projects/1?fullscreen=true )
7474
7575### 性能比较、测试
7676
@@ -90,7 +90,7 @@ Intel Core i7-7700 CPU 3.60GHz (Kaby Lake), 1 CPU, 8 logical and 4 physical core
9090IterationCount=3 LaunchCount=3 WarmupCount=3
9191```
9292
93- Benchmark History : [ Link] ( https://github.com/shps951023 /MiniExcel/issues/276 )
93+ Benchmark History : [ Link] ( https://github.com/mini-software /MiniExcel/issues/276 )
9494
9595
9696#### 导入、查询 Excel 比较
@@ -846,9 +846,9 @@ MiniExcel.SaveAsByTemplate(path, templatePath, value);
846846``` csharp
847847var projects = new []
848848{
849- new {Name = " MiniExcel" ,Link = " https://github.com/shps951023 /MiniExcel" ,Star = 146 , CreateTime = new DateTime (2021 ,03 ,01 )},
850- new {Name = " HtmlTableHelper" ,Link = " https://github.com/shps951023 /HtmlTableHelper" ,Star = 16 , CreateTime = new DateTime (2020 ,02 ,01 )},
851- new {Name = " PocoClassGenerator" ,Link = " https://github.com/shps951023 /PocoClassGenerator" ,Star = 16 , CreateTime = new DateTime (2019 ,03 ,17 )}
849+ new {Name = " MiniExcel" ,Link = " https://github.com/mini-software /MiniExcel" ,Star = 146 , CreateTime = new DateTime (2021 ,03 ,01 )},
850+ new {Name = " HtmlTableHelper" ,Link = " https://github.com/mini-software /HtmlTableHelper" ,Star = 16 , CreateTime = new DateTime (2020 ,02 ,01 )},
851+ new {Name = " PocoClassGenerator" ,Link = " https://github.com/mini-software /PocoClassGenerator" ,Star = 16 , CreateTime = new DateTime (2019 ,03 ,17 )}
852852};
853853var value = new
854854{
@@ -1712,7 +1712,7 @@ private IEnumerable<Dictionary<int, object>> ConvertToIntIndexRows(IEnumerable<o
17121712
17131713#### Q. 导出时数组为空时生成没有标题空 Excel
17141714
1715- 因为 MiniExcel 使用类似 JSON.NET 动态从值获取类别机制简化 API 操作,没有数据就无法获取类别。可以查看[ issue #133 ] ( https://github.com/shps951023 /MiniExcel/issues/133 ) 了解。
1715+ 因为 MiniExcel 使用类似 JSON.NET 动态从值获取类别机制简化 API 操作,没有数据就无法获取类别。可以查看[ issue #133 ] ( https://github.com/mini-software /MiniExcel/issues/133 ) 了解。
17161716
17171717![ image] ( https://user-images.githubusercontent.com/12729184/122639771-546c0c00-d12e-11eb-800c-498db27889ca.png )
17181718
@@ -1844,5 +1844,5 @@ Link https://github.com/orgs/mini-software/discussions/754
18441844
18451845### Contributors
18461846
1847- ![ ] ( https://contrib.rocks/image?repo=shps951023 /MiniExcel )
1847+ ![ ] ( https://contrib.rocks/image?repo=mini-software /MiniExcel )
18481848
0 commit comments