You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
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 ?
The text was updated successfully, but these errors were encountered: