Skip to content

Commit

Permalink
update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
shps951023 committed Dec 27, 2022
1 parent 418a109 commit a319bdb
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1121,7 +1121,7 @@ public enum Type

![image](https://user-images.githubusercontent.com/12729184/133116630-27cc7161-099a-48b8-9784-cd1e443af3d1.png)


Since 1.30.0 version support excel Description to Enum , thanks @KaneLeung

#### 2. Convert CSV to XLSX or Convert XLSX to CSV

Expand Down
2 changes: 1 addition & 1 deletion README.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -1110,7 +1110,7 @@ public static Task<DataTable> QueryAsDataTableAsync(string path, bool useHeaderR
public class Dto
{
public string Name { get; set; }
public I49RYZUserType UserType { get; set; }
public Type UserType { get; set; }
}

public enum Type
Expand Down
4 changes: 4 additions & 0 deletions README.zh-Hant.md
Original file line number Diff line number Diff line change
Expand Up @@ -1125,6 +1125,10 @@ public enum Type

![image](https://user-images.githubusercontent.com/12729184/133116630-27cc7161-099a-48b8-9784-cd1e443af3d1.png)

從 1.30.0 版本開始支持由 Description 轉回 Enum 功能,感謝 @KaneLeung



#### 2. CSV 轉 XLSX 或是 XLSX 轉 CSV

```csharp
Expand Down
2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

### 1.30.0
- [New] Remove .NET 5.0 support
- [New] Aable to get Enum `[Description]` mapping value [#9](https://gitee.com/dotnetchina/MiniExcel/pulls/9) (via @KaneLeung)
- [New] support excel enum description string to enum #289 (via @KaneLeung)


### 1.29.0
Expand Down
3 changes: 2 additions & 1 deletion docs/README.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@

### 1.30.0
- [New] 移除不支持的 .NET 5.0 支持
- [New] 可从Enum的 `[Description]` 特性读取对应的值 [#9](https://gitee.com/dotnetchina/MiniExcel/pulls/9) (via @KaneLeung)
- [New] 支持 excel enum description string to enum #289 (via @KaneLeung)


### 1.29.0

Expand Down
2 changes: 1 addition & 1 deletion docs/README.zh-Hant.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

### 1.30.0
- [New] 移除不支持的 .NET 5.0 支持
- [New] 可從Enum的 `[Description]` 特性讀取對應的值 [#9](https://gitee.com/dotnetchina/MiniExcel/pulls/9) (via @KaneLeung)
- [New] 支持 excel enum description string to enum #289 (via @KaneLeung)

### 1.29.0

Expand Down

0 comments on commit a319bdb

Please sign in to comment.