We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello, I have go get qor-example and go run main.go, but got an error:
go get
go run main.go
# github.com/qor/exchange/backends/csv ../exchange/backends/csv/xlsx2csv.go:28:27: sheet.Rows undefined (type *xlsx.Sheet has no field or method Rows)
What's wrong is it?
The text was updated successfully, but these errors were encountered:
me too
Sorry, something went wrong.
The latest version introduced go mod. this has been fixed there. have a try please.
No branches or pull requests
Hello, I have
go get
qor-example andgo run main.go
, but got an error:What's wrong is it?
The text was updated successfully, but these errors were encountered: