Open ramiayoub-priv opened 3 years ago
I hava the same problem!
You can put github.com/extrame/xls master
and it will be resolved to the latest commit of the specified branch after you run go build
. Alternatively, you can specify a commit hash instead of master
.
Before you do this, master has a problem where sometimes when it reads a number from the xls file it just returns a string saying "General"
You can use the last commit id with go get, like
go get github.com/extrame/xls@4a6cf263071b975a90abf74ca3e804b48243be28
I'm still getting a very old version using go modules.