extrame / xls

Pure Golang xls library
Apache License 2.0
329 stars 207 forks source link

Go get error -github.com/extrame/xls/comparexlsxlsx.go:27:38: xlsxSheet.Rows undefined (type *xlsx.Sheet has no field or method Rows) #71

Open pphowakande opened 4 years ago

pphowakande commented 4 years ago

when I try to import this into my GOPATH, using command - go get github.com/extrame/xls I get error as -

github.com/extrame/xls

github.com/extrame/xls/comparexlsxlsx.go:27:38: xlsxSheet.Rows undefined (type *xlsx.Sheet has no field or method Rows)

any one has an idea why am I getting this error ?

faxiang1230 commented 4 years ago

Yeah, I also meet the issue,maybe xlsx repo update and conflict # github.com/extrame/xls /home/linux/go/src/github.com/extrame/xls/comparexlsxlsx.go:27:38: xlsxSheet.Rows undefined (type *xlsx.Sheet has no field or method Rows)

sergeilem commented 4 years ago

See PR #65