extrame / xls

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

undefined variable usage comparexlsxlsx.go:27 : xlsxSheet.Rows #64

Open dombiistvan28 opened 4 years ago

dombiistvan28 commented 4 years ago

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

cdavid14 commented 4 years ago

Same problem here, i needed to coment all comparexlsxlsx.go to make lib usable, @extrame how can we fix this problem?

EDIT: This problem comes with commit 4a6cf26

sergeilem commented 4 years ago

This happened because of breaking API changes in https://github.com/tealeg/xlxs, used in issue #47 test. I removed ths test in my fork. You can try my fork until PR #65 will be merged: https://github.com/sergeilem/xls. You can also just delete file issue47_test.go.