We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
../github.com/extrame/xls/comparexlsxlsx.go:27:38: xlsxSheet.Rows undefined (type *xlsx.Sheet has no field or method Rows)
The text was updated successfully, but these errors were encountered:
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
Sorry, something went wrong.
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.
fix issue extrame#64; removing issue extrame#47 due to breaking chang…
78bbb1b
…es in tealeg/xlsx extrame#65 @sergeilem
No branches or pull requests
../github.com/extrame/xls/comparexlsxlsx.go:27:38: xlsxSheet.Rows undefined (type *xlsx.Sheet has no field or method Rows)
The text was updated successfully, but these errors were encountered: