We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f85d1ac commit 21d19a9Copy full SHA for 21d19a9
readme.md
@@ -3,7 +3,7 @@ a easier use excel file create tool for golang
3
4
## install
5
```shell
6
-go get github.com/varushsu/excelorm
+ go get -u 'github.com/varushsu/excelorm@latest'
7
```
8
9
## Quick Start
@@ -54,4 +54,4 @@ if err != nil {
54
55
[test.xlsx](test.xlsx)
56
57
-* support multi-sheets by define more structs
+* support multi-sheets by define more structs
0 commit comments