xls icon indicating copy to clipboard operation
xls copied to clipboard

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

Open dombiistvan28 opened this issue 4 years ago • 2 comments

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

dombiistvan28 avatar May 05 '20 08:05 dombiistvan28

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

cdavid14 avatar May 08 '20 11:05 cdavid14

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.

sergeilem avatar May 09 '20 08:05 sergeilem