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

can not get all sheet name #42

Open
yingnierxiao opened this issue Jan 20, 2019 · 6 comments
Open

can not get all sheet name #42

yingnierxiao opened this issue Jan 20, 2019 · 6 comments

Comments

@yingnierxiao
Copy link

when i use ./example_xlsxio_read can get all sheet name. xlsxio_xlsx2csv can not get all sheet name
s_Block.xlsx
you can use this file test.

@brechtsanders
Copy link
Owner

I looked into this and it appears when I re-save your file with Excel it does work.
Which application generated this file?

@yingnierxiao
Copy link
Author

yingnierxiao commented Jan 20, 2019

mac office 16.9

@brechtsanders
Copy link
Owner

I opened your file and saved it again with Office 16.0 and had no problems.
Debugging your file it seems the code has problems iterating through all the sheets and the iterating deeper down somewhere else. I suspect "[Content_Types].xml" inside the zip archive is being opened twice like that.

@yingnierxiao
Copy link
Author

i print log,that is callback from xml lib.

@brechtsanders
Copy link
Owner

I don't understand what you are trying to say. Can you explain?

@brechtsanders
Copy link
Owner

Could you try to reproduce your issue with the latest version of XLSX I/O?
If you still gave it please send an .xlsx file that the problem can be reproduced with.

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

2 participants