qor-example icon indicating copy to clipboard operation
qor-example copied to clipboard

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

Open tuesleep opened this issue 4 years ago • 2 comments

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?

tuesleep avatar Apr 25 '20 08:04 tuesleep

me too

lxj5891 avatar Aug 30 '20 10:08 lxj5891

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

raven-chen avatar Aug 31 '20 01:08 raven-chen