Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
ramiayoub-priv opened this issue Dec 3, 2020 · 4 comments
Open

Comments

@ramiayoub-priv
Copy link

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

@lasorda
Copy link

lasorda commented Apr 6, 2021

I hava the same problem!

@rkfg
Copy link

rkfg commented Apr 13, 2021

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
Copy link

AndreFK commented Sep 7, 2021

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
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants