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
wei
56dec549e9
- Code refactoring of saveastemplate
...
- Optimize its performance
2021-04-15 18:06:11 +08:00
wei
4728be6fe5
doc add FQA
2021-04-15 12:12:28 +08:00
wei
1be832d8bd
0.12.2
...
- [Bug] Template concating cell value type problem #179
- [Bug] Template fix non-nullable numeric type cell type is 'str' #180
2021-04-15 11:00:53 +08:00
wei
e7f858a6e4
- [Fix] Template concating cell value type problem #179
...
- [Fix] Template fix non-nullable numeric type cell type is 'str' #180
2021-04-15 10:36:52 +08:00
ITWeiHan
43183c6ec1
0.12.1
2021-04-14 22:43:46 +08:00
ITWeiHan
ec8a74f929
[Fix] Template input IEnumerable and one of it is null will not format cellvalue #178
2021-04-14 22:42:25 +08:00
wei
427ba279fb
- [New] Support GetColumns method #174
2021-04-14 22:28:43 +08:00
wei
6bd9195a4a
Paging Query
2021-04-14 16:35:28 +08:00
wei
a3f57b6476
Fix GetColumnsTest relative path
2021-04-14 15:47:53 +08:00
wei
1ea8957a6a
- [New] Support GetColumns method #174
...
- [Fix] dimension without x prefix #175
2021-04-14 15:42:05 +08:00
wei
d11a3aafeb
optimize template performance
2021-04-14 15:02:43 +08:00
wei
00d5231ebc
doc fix a-name link
2021-04-14 14:56:52 +08:00
wei
6e3424cb7a
doc
2021-04-14 14:47:55 +08:00
wei
bb250dc53b
doc
2021-04-14 14:37:55 +08:00
ITWeiHan
15681d7078
Stop PerformanceTest
2021-04-13 23:37:13 +08:00
ITWeiHan
6dea49daa4
0.12.0-beta
...
- [New] Support `Filling Excel` by SaveAsByTemplate method to fill data into excel by xlsx template
2021-04-13 23:33:01 +08:00
wei
d8721c380e
Template generate support by POCO
2021-04-13 18:40:04 +08:00
wei
d1a0871686
[New] Support Filling Excel
by SaveAsByTemplate method to fill data into excel by xlsx template
2021-04-13 15:19:39 +08:00
ITWeiHan
43d2202792
LICENSE
2021-04-11 18:30:37 +08:00
ITWeiHan
d152187679
add chinese release version readme
2021-04-10 16:09:57 +08:00
ITWeiHan
51442c47f7
doc
2021-04-10 03:28:44 +08:00
ITWeiHan
77bfb1c750
0.11.1
...
- [New] Support Support ColumnIndex Attribute [#142 ](#142 ) & [#I3I3EB](https://gitee.com/dotnetchina/MiniExcel/issues/I3I3EB )
- [Bug] Fix issue #157 : Special conditions will get the wrong worksheet name
- [Update] issue #150 : SaveAs input IEnuerable<valuetype> should throw clear msg exception
2021-04-10 03:27:29 +08:00
ITWeiHan
5cba1efe2d
0.11.1
...
- [New] Support Support ColumnIndex Attribute [#142 ](https://github.com/shps951023/MiniExcel/issues/142 ) & [#I3I3EB](https://gitee.com/dotnetchina/MiniExcel/issues/I3I3EB )
- [Bug] Fix issue #157 : Special conditions will get the wrong worksheet name
- [Update] issue #150 : SaveAs input IEnuerable<valuetype> should throw clear msg exception
2021-04-10 03:01:13 +08:00
ITWeiHan
6b9e929ef5
SaveAs support columnindex attribute
2021-04-10 01:38:45 +08:00
ITWeiHan
4d586b2a08
Fix issue #150 : input IEnuerable<valuetype> should throw clear msg exception
2021-04-09 19:04:41 +08:00
ITWeiHan
ae9a70b3f7
Fix issue #157 : Special conditions will get the wrong worksheet name
2021-04-09 18:30:57 +08:00