extrame / xls

Pure Golang xls library
Apache License 2.0
329 stars 207 forks source link

Please tag the latest master, so go modules can download it #77

Open ramiayoub-priv opened 3 years ago

ramiayoub-priv commented 3 years ago

I'm still getting a very old version using go modules.

lasorda commented 3 years ago

I hava the same problem!

rkfg commented 3 years ago

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.

AndreFK commented 3 years ago

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"

IGLOU-EU commented 2 years ago

You can use the last commit id with go get, like go get github.com/extrame/xls@4a6cf263071b975a90abf74ca3e804b48243be28