File tree 4 files changed +25
-1
lines changed
4 files changed +25
-1
lines changed Original file line number Diff line number Diff line change 22
22
23
23
---
24
24
25
+ ### 1.37.0
26
+ - [ New] feat: support insert sheet (#709 ) (via @izanhzh )
27
+ - [ Bug] fix(MiniExcelDataReader): GetOrdinal always returns 0 (#711 ) (via @izanhzh )
28
+ - [ OPT] Generalize excel writing with a common write adapter and implement writing IAsyncEnumerable (#712 ) (via @Discolai , @izanhzh )
29
+
30
+ ### 1.36.1
31
+ - [ New] feat(MiniExcelDataReaderBase): add asynchronous support (#706 ) (via @izanhzh , @ArgoZhang )
25
32
26
33
### 1.36.0
27
34
- [ New] Write auto column width (#695 ) (via @Discolai )
Original file line number Diff line number Diff line change 25
25
26
26
---
27
27
28
+ ### 1.37.0
29
+ - [ New] feat: support insert sheet (#709 ) (via @izanhzh )
30
+ - [ Bug] fix(MiniExcelDataReader): GetOrdinal always returns 0 (#711 ) (via @izanhzh )
31
+ - [ OPT] Generalize excel writing with a common write adapter and implement writing IAsyncEnumerable (#712 ) (via @Discolai , @izanhzh )
32
+
33
+
34
+ ### 1.36.1
35
+ - [ New] feat(MiniExcelDataReaderBase): add asynchronous support (#706 ) (via @izanhzh , @ArgoZhang )
28
36
29
37
### 1.36.0
30
38
- [ New] Write auto column width (#695 ) (via @Discolai )
Original file line number Diff line number Diff line change 25
25
---
26
26
27
27
28
+ ### 1.37.0
29
+ - [ New] feat: support insert sheet (#709 ) (via @izanhzh )
30
+ - [ Bug] fix(MiniExcelDataReader): GetOrdinal always returns 0 (#711 ) (via @izanhzh )
31
+ - [ OPT] Generalize excel writing with a common write adapter and implement writing IAsyncEnumerable (#712 ) (via @Discolai , @izanhzh )
32
+
33
+
34
+ ### 1.36.1
35
+ - [ New] feat(MiniExcelDataReaderBase): add asynchronous support (#706 ) (via @izanhzh , @ArgoZhang )
36
+
28
37
### 1.36.0
29
38
- [ New] Write auto column width (#695 ) (via @Discolai )
30
39
- [ New] Enhance IDataReader export with DynamicColumnFirst and Custom Formatting Delegate (#700 ) (via @
Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
<PropertyGroup >
3
3
<TargetFrameworks >net45;netstandard2.0;net8.0;</TargetFrameworks >
4
- <Version >1.36.1 </Version >
4
+ <Version >1.37.0 </Version >
5
5
</PropertyGroup >
6
6
<PropertyGroup Condition =" '$(TargetFramework)' == 'netstandard2.0'" >
7
7
<LangVersion >8</LangVersion >
You can’t perform that action at this time.
0 commit comments