Skip to content

Commit 8e0c266

Browse files
committed
[doc] 1.40.1
1 parent 63fc632 commit 8e0c266

File tree

3 files changed

+19
-0
lines changed

3 files changed

+19
-0
lines changed

docs/README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,11 @@
2222

2323
---
2424

25+
### 1.40.1
26+
- [New] Added support for DateOnly type in query mapping (via @michelebastione)
27+
- [New] Added StyleOptions class to OpenXmlConfiguration to allow more direct control over cell styles (#761) (via @michelebastione)
28+
- [Bug] Fix SaveAsByTemplate empty generated result
29+
2530

2631
### 1.40.0
2732
- [New] Added exception to warn for sheet name too long (via @michelebastione)
@@ -36,6 +41,7 @@
3641
- [OPT] Optimization of SaveAsTemplate method (#749) (via @michelebastione)
3742
- [OPT] Removing DateTimeHelper.FromOADate and related code (via @michelebastione)
3843
- [OPT] Remove redundant property in csproj file (#748) (via @AZhrZho)
44+
- [Breaking Change] QueryRange doesn't support column name without row number #763 (via @michelebastione)
3945

4046

4147
### 1.39.0

docs/README.zh-CN.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,12 @@
2525

2626
---
2727

28+
### 1.40.1
29+
- [New] Added support for DateOnly type in query mapping (via @michelebastione)
30+
- [New] Added StyleOptions class to OpenXmlConfiguration to allow more direct control over cell styles (#761) (via @michelebastione)
31+
- [Bug] Fix SaveAsByTemplate empty generated result
32+
33+
2834
### 1.40.0
2935
- [New] Added exception to warn for sheet name too long (via @michelebastione)
3036
- [New] Added options for trimming column names and ignoring empty rows (via @michelebastione)
@@ -38,6 +44,7 @@
3844
- [OPT] Optimization of SaveAsTemplate method (#749) (via @michelebastione)
3945
- [OPT] Removing DateTimeHelper.FromOADate and related code (via @michelebastione)
4046
- [OPT] Remove redundant property in csproj file (#748) (via @AZhrZho)
47+
- [Breaking Change] QueryRange doesn't support column name without row number #763 (via @michelebastione)
4148

4249
### 1.39.0
4350
- [New] Added support for Uri mapping (#726) (via @michelebastione)

docs/README.zh-Hant.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,10 @@
2424

2525
---
2626

27+
### 1.40.1
28+
- [New] Added support for DateOnly type in query mapping (via @michelebastione)
29+
- [New] Added StyleOptions class to OpenXmlConfiguration to allow more direct control over cell styles (#761) (via @michelebastione)
30+
- [Bug] Fix SaveAsByTemplate empty generated result
2731

2832
### 1.40.0
2933
- [New] Added exception to warn for sheet name too long (via @michelebastione)
@@ -38,6 +42,8 @@
3842
- [OPT] Optimization of SaveAsTemplate method (#749) (via @michelebastione)
3943
- [OPT] Removing DateTimeHelper.FromOADate and related code (via @michelebastione)
4044
- [OPT] Remove redundant property in csproj file (#748) (via @AZhrZho)
45+
- [Breaking Change] QueryRange doesn't support column name without row number #763 (via @michelebastione)
46+
4147

4248
### 1.39.0
4349
- [New] Added support for Uri mapping (#726) (via @michelebastione)

0 commit comments

Comments
 (0)