xls icon indicating copy to clipboard operation
xls copied to clipboard

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

Open pphowakande opened this issue 4 years ago • 2 comments

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 ?

pphowakande avatar Jul 20 '20 17:07 pphowakande

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)

faxiang1230 avatar Jul 21 '20 10:07 faxiang1230

See PR #65

sergeilem avatar Jul 21 '20 10:07 sergeilem