Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
dombiistvan28 opened this issue May 5, 2020 · 2 comments
Open

Comments

@dombiistvan28
Copy link

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

@cdavid14
Copy link

cdavid14 commented May 8, 2020

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
Copy link
Contributor

sergeilem commented May 9, 2020

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.

tarting added a commit to tarting/goxls that referenced this issue Nov 12, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants