qor-example
qor-example copied to clipboard
sheet.Rows undefined (type *xlsx.Sheet has no field or method Rows)
Hello, I have go get
qor-example and go run main.go
, but got an error:
# 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?
me too
The latest version introduced go mod. this has been fixed there. have a try please.