Commit Graph

429 Commits

Author SHA1 Message Date
wei
165f015457 update benchmarks debug mode 2021-05-05 11:36:19 +08:00
wei
44b89cccac 0.13.5
- [New] Support QueryAsDataTable method [#216](https://github.com/shps951023/MiniExcel/issues/216)
- [New] SaveAs support IDataReader value parameter [#211](https://github.com/shps951023/MiniExcel/issues/211)
- [Bug] Fix numeric format string will be cast to numeric type [#I3OSKV](https://gitee.com/dotnetchina/MiniExcel/issues/I3OSKV)
- [Opt] Optimize SaveAs convert value type logic to improve performance
2021-04-30 17:59:12 +08:00
wei
8a455901ba [New] Support QueryAsDataTable method [#216](https://github.com/shps951023/MiniExcel/issues/216) 2021-04-30 16:21:29 +08:00
wei
9dc4925a68 Fix numeric format string will be cast to numeric type #I3OSKV
e0044d8
Query refacturing code
2021-04-30 14:45:47 +08:00
wei
e0044d8f01 Fix numeric format string will be cast to numeric type #I3OSKV 2021-04-30 12:09:58 +08:00
wei
bf8ada25dd Test #220 can't summary numeric cell value default, need to cast 2021-04-30 10:36:30 +08:00
wei
6e20f1e935 doc 2021-04-29 17:25:43 +08:00
wei
58104b5f6c doc 2021-04-29 14:16:33 +08:00
wei
0abc77db09 Fix asp.net core demo using error 2021-04-27 11:00:36 +08:00
wei
822ae0c781 doc 2021-04-27 11:00:10 +08:00
wei
c02806ca53 [doc] add upload demo 2021-04-26 16:34:08 +08:00
wei
ae4e40c305 0.13.4 2021-04-26 13:06:34 +08:00
wei
d31308f1d6 tests SaveAs enum mapping 2021-04-26 12:00:41 +08:00
wei
3469d7f5b8 [OPT] Optimize stream excel type check #215 2021-04-26 11:48:09 +08:00
wei
cd1a71a6f6 [New] Type Query support Enum mapping #89 2021-04-26 11:28:10 +08:00
wei
750231e0fa FQA: Excel header title not equal class property name, how to mapping 2021-04-26 10:36:56 +08:00
ITWeiHan
0b7dc0c437 doc 2021-04-24 14:39:40 +08:00
wei
e1247018b3 doc 2021-04-23 14:28:24 +08:00
wei
e839b3f3fc [Changed ] DataTable recommended to use Caption for column name first, then use columname #217 2021-04-23 08:54:40 +08:00
wei
633a59c8f8 nuget 0.13.3 release 2021-04-22 14:45:48 +08:00
wei
093ce71f2d [Bug] Fixed MiniExcel.SaveAs(path, value,sheetName:"Name"), the actual sheetName is Sheet1 2021-04-22 14:42:43 +08:00
wei
760bd5e851 [Bug] Fixed SaveAsByTemplate when merge cells will cause collection rendering error [#207] 2021-04-22 13:57:37 +08:00
wei
490ddc8cc0 [Sample] Issue207 sample 2021-04-22 13:50:28 +08:00
wei
03bc99abb0 fix appveyor path error 2021-04-21 19:58:43 +08:00
wei
658ae91d95 ubuntu dotnet test 2021-04-21 19:24:33 +08:00
wei
feb46c9c89 - [Breaking Change] Change CSV SaveAs datetime default format : "yyyy-MM-dd HH:mm:ss"
- [New] Support Linux ubuntu dotnet test
- [New] Support Github CI
2021-04-21 19:23:48 +08:00
ITWeiHan
8ef0aad65e
Create dotnet.yml 2021-04-21 16:51:42 +08:00
wei
fe13d625d7 fix sln path error 2021-04-21 16:50:44 +08:00
wei
baf7cc54ce Move to root directory for easy viewing 2021-04-21 16:49:12 +08:00
wei
3aeae7df7a - [New] Support open with read only mode, avoid error of The process cannot access the file because it is being used by another process #87 2021-04-20 16:19:47 +08:00
wei
9b593cb474 0.13.2
- [Bug] Fix Column more than 255 rows cannot be read error [#208](https://github.com/shps951023/MiniExcel/issues/#208)
2021-04-20 09:57:15 +08:00
wei
7c2a4dd337 ASP.NET Core 3.1 or MVC 5 Download Excel Xlsx API Demo 2021-04-19 15:15:06 +08:00
wei
c2bb4d9591 Fix SaveAsByTemplate with DataTable parameter will cause the number of demension rows differs by one #206 2021-04-19 15:13:23 +08:00
ITWeiHan
c3e67b4fb2 Add Datatable parameter test 2021-04-19 02:49:16 +08:00
ITWeiHan
8e10bff0bb drafts\【Try】Multiple Thread SaveAsByTemplate Test.linq
drafts\【Try】Quick get IEnumerable count.linq
2021-04-18 22:51:19 +08:00
ITWeiHan
ece90ffd7c 0.13.1 2021-04-18 12:41:03 +08:00
ITWeiHan
ff746cf928 SaveAsByTemplate support input IEnmerable<IDicionary<string,object>> or DapperRows or DataTable parameters 2021-04-18 12:39:40 +08:00
ITWeiHan
fbfca6354e - [New] SaveAsByTemplate support input IEnmerable<IDicionary<string,object>> or DapperRows parameters [#201](https://github.com/shps951023/MiniExcel/issues/201) 2021-04-18 11:59:34 +08:00
ITWeiHan
61d816f477 - [Bug] Fix after stream SaveAs/SaveAsByTemplate, miniexcel will close stream [#200](https://github.com/shps951023/MiniExcel/issues/200) 2021-04-18 10:57:50 +08:00
ITWeiHan
bb75cee230 SaveAsByTemplate support by template bytes 2021-04-18 00:20:45 +08:00
ITWeiHan
e04b2da3e0 samples\xlsx\images\empty.xlsx
samples\xlsx\images\withoneimage.xlsx
2021-04-18 00:18:34 +08:00
ITWeiHan
0beb96cf91 [New] SaveAsByTemplate by template bytes 2021-04-18 00:13:41 +08:00
ITWeiHan
14c99087d6 doc : fix img link error 2021-04-17 02:34:46 +08:00
wei
aaa4f43479 doc 2021-04-16 21:04:34 +08:00
wei
3c5f5922ff 0.13.0
- [New] Support .NET Framework 4.5
- [Bug] Fix template excel that with namespace prefix will cause parsing error #193
- [OPT] Optimize template paresing performance
2021-04-16 20:25:44 +08:00
wei
7513f20aef support 4.5 .net framework 2021-04-16 19:38:01 +08:00
wei
47058efda5 ### 0.13.0
- [New] Support .NET Framework 4.5
- [Bug] Fix template excel that with namespace prefix will cause parsing error #193
- [OPT] Optimize template paresing performance
2021-04-16 19:32:49 +08:00
wei
7b76e4b949 when multi-sheets then every time need to new XRowInfos or it'll cause duplicate rows 2021-04-16 17:31:39 +08:00
wei
d098c10d26 - [Fix] Template excel that with namespace prefix will cause parsing error #193 2021-04-16 16:28:43 +08:00
wei
4d268a4b85 doc 2021-04-16 12:22:38 +08:00