qor / qor-example

An example application showcasing the QOR SDK
MIT License
1.24k stars 326 forks source link

sheet.Rows undefined (type *xlsx.Sheet has no field or method Rows) #180

Open tuesleep opened 4 years ago

tuesleep commented 4 years ago

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?

lxj5891 commented 4 years ago

me too

raven-chen commented 4 years ago

The latest version introduced go mod. this has been fixed there. have a try please.