xls icon indicating copy to clipboard operation
xls copied to clipboard

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

Open ramiayoub-priv opened this issue 4 years ago • 4 comments

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

ramiayoub-priv avatar Dec 03 '20 15:12 ramiayoub-priv

I hava the same problem!

lasorda avatar Apr 06 '21 08:04 lasorda

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.

rkfg avatar Apr 13 '21 08:04 rkfg

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"

AndreFK avatar Sep 07 '21 20:09 AndreFK

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

IGLOU-EU avatar Feb 18 '22 12:02 IGLOU-EU