Skip to content

Commit 1d16612

Browse files
committed
1.34.0
1 parent dd81629 commit 1d16612

File tree

4 files changed

+46
-4
lines changed

4 files changed

+46
-4
lines changed

docs/README.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,28 @@
2222

2323
---
2424

25+
26+
### 1.40.0
27+
- [New] Added exception to warn for sheet name too long (via @michelebastione)
28+
- [New] Added options for trimming column names and ignoring empty rows (via @michelebastione)
29+
- [New] Added IAsyncDisposable calls to ExcelOpenXmlsheetWriter.Async (via @michelebastione)
30+
- [New] Add conditional formatting support to Excel template (#745) (via @Notallthatevil)
31+
- [New] Add support for .NET 9.0 in project file (#744) (via @Notallthatevil)
32+
- [Bug] Bugfix of invalid cell values being mistakenly parsed as valid (via @michelebastione)
33+
- [Bug] Changing NotImplementedException assert in some tests to NotSupportedException (via @michelebastione)
34+
- [Bug] Moved sheet name check and fixed datetime formatting bug (via @michelebastione)
35+
- [OPT] Optimize max memory usage of SaveAsByTemplate #750 (#752) (via @shps951023)
36+
- [OPT] Optimization of SaveAsTemplate method (#749) (via @michelebastione)
37+
- [OPT] Removing DateTimeHelper.FromOADate and related code (via @michelebastione)
38+
- [OPT] Remove redundant property in csproj file (#748) (via @AZhrZho)
39+
40+
2541
### 1.39.0
2642
- [New] Added support for Uri mapping (#726) (via @michelebastione)
2743
- [New] Added insert sheet feature about ContentTypesXml processing (#728) (via @izanhzh)
2844
- [New] Supports the TimeSpan type, double.NaN exports invalid values, and when reading, it needs to be determined whether it is a double value. (via @wxn401)
2945
- [Bug] Fixed parsing bug in the conversion to double (#734) (via @michelebastione)
3046
- [Bug] Fixed configuration is not used when writing using IDataReader #735 (via @michelebastione)
31-
- [Bug] Fixed configuration is not used when writing using IDataReader #735 (via @michelebastione)
3247
- [Bug] Fixed cancellation token not working for some async methods, enhanced export methods by returning number of rows, added active tab functionality, tests and code cleanup (#738) (via @michelebastione)
3348

3449

docs/README.zh-CN.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,26 @@
2525

2626
---
2727

28+
### 1.40.0
29+
- [New] Added exception to warn for sheet name too long (via @michelebastione)
30+
- [New] Added options for trimming column names and ignoring empty rows (via @michelebastione)
31+
- [New] Added IAsyncDisposable calls to ExcelOpenXmlsheetWriter.Async (via @michelebastione)
32+
- [New] Add conditional formatting support to Excel template (#745) (via @Notallthatevil)
33+
- [New] Add support for .NET 9.0 in project file (#744) (via @Notallthatevil)
34+
- [Bug] Bugfix of invalid cell values being mistakenly parsed as valid (via @michelebastione)
35+
- [Bug] Changing NotImplementedException assert in some tests to NotSupportedException (via @michelebastione)
36+
- [Bug] Moved sheet name check and fixed datetime formatting bug (via @michelebastione)
37+
- [OPT] Optimize max memory usage of SaveAsByTemplate #750 (#752) (via @shps951023)
38+
- [OPT] Optimization of SaveAsTemplate method (#749) (via @michelebastione)
39+
- [OPT] Removing DateTimeHelper.FromOADate and related code (via @michelebastione)
40+
- [OPT] Remove redundant property in csproj file (#748) (via @AZhrZho)
41+
2842
### 1.39.0
2943
- [New] Added support for Uri mapping (#726) (via @michelebastione)
3044
- [New] Added insert sheet feature about ContentTypesXml processing (#728) (via @izanhzh)
3145
- [New] Supports the TimeSpan type, double.NaN exports invalid values, and when reading, it needs to be determined whether it is a double value. (via @wxn401)
3246
- [Bug] Fixed parsing bug in the conversion to double (#734) (via @michelebastione)
3347
- [Bug] Fixed configuration is not used when writing using IDataReader #735 (via @michelebastione)
34-
- [Bug] Fixed configuration is not used when writing using IDataReader #735 (via @michelebastione)
3548
- [Bug] Fixed cancellation token not working for some async methods, enhanced export methods by returning number of rows, added active tab functionality, tests and code cleanup (#738) (via @michelebastione)
3649

3750

docs/README.zh-Hant.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,27 @@
2424

2525
---
2626

27+
28+
### 1.40.0
29+
- [New] Added exception to warn for sheet name too long (via @michelebastione)
30+
- [New] Added options for trimming column names and ignoring empty rows (via @michelebastione)
31+
- [New] Added IAsyncDisposable calls to ExcelOpenXmlsheetWriter.Async (via @michelebastione)
32+
- [New] Add conditional formatting support to Excel template (#745) (via @Notallthatevil)
33+
- [New] Add support for .NET 9.0 in project file (#744) (via @Notallthatevil)
34+
- [Bug] Bugfix of invalid cell values being mistakenly parsed as valid (via @michelebastione)
35+
- [Bug] Changing NotImplementedException assert in some tests to NotSupportedException (via @michelebastione)
36+
- [Bug] Moved sheet name check and fixed datetime formatting bug (via @michelebastione)
37+
- [OPT] Optimize max memory usage of SaveAsByTemplate #750 (#752) (via @shps951023)
38+
- [OPT] Optimization of SaveAsTemplate method (#749) (via @michelebastione)
39+
- [OPT] Removing DateTimeHelper.FromOADate and related code (via @michelebastione)
40+
- [OPT] Remove redundant property in csproj file (#748) (via @AZhrZho)
41+
2742
### 1.39.0
2843
- [New] Added support for Uri mapping (#726) (via @michelebastione)
2944
- [New] Added insert sheet feature about ContentTypesXml processing (#728) (via @izanhzh)
3045
- [New] Supports the TimeSpan type, double.NaN exports invalid values, and when reading, it needs to be determined whether it is a double value. (via @wxn401)
3146
- [Bug] Fixed parsing bug in the conversion to double (#734) (via @michelebastione)
3247
- [Bug] Fixed configuration is not used when writing using IDataReader #735 (via @michelebastione)
33-
- [Bug] Fixed configuration is not used when writing using IDataReader #735 (via @michelebastione)
3448
- [Bug] Fixed cancellation token not working for some async methods, enhanced export methods by returning number of rows, added active tab functionality, tests and code cleanup (#738) (via @michelebastione)
3549

3650

src/MiniExcel/MiniExcelLibs.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
33
<TargetFrameworks>net45;netstandard2.0;net8.0;net9.0</TargetFrameworks>
4-
<Version>1.39.0</Version>
4+
<Version>1.34.0</Version>
55
</PropertyGroup>
66
<PropertyGroup Condition="'$(TargetFramework)' == 'netstandard2.0'">
77
<LangVersion>8</LangVersion>

0 commit comments

Comments
 (0)