-
Notifications
You must be signed in to change notification settings - Fork 110
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
Sheets are returned in the wrong order #19
Comments
@mateusmedeiros , was the file originally created as a Google Spreadshheet? Can you remove the contents from sheets and send me the file with empty sheets? I just need to see how the XML files are formatted. |
I wasn't the one that made it, so I don't know for sure, but I think it was made with Excel. I removed the contents and exported it again. I kept the same sheets, order and names of the sheets. See if you can reproduce it with this one. |
Thanks. Let me see if I can fix this. |
Thank you. If there's anything else I can do to help, please let me know. |
Hey, did you already start working in this issue? I was working at the time I reported this, but now that I’m not, I took a little time to see the code and test some stuff. It seems it's really the same thing that is described in the roo issue I posted. Inside the If you're not on something already, I can try to hack something and open a PR. |
It would be great if you could make the change and submit a PR. Thanks! |
Done. See if it's ok to you. The tests are all passing, and this change also solved my problem with the original spreadsheet I used. 😄 |
Great!!! I'll review it later today and publish a new version of the gem based on your work. Thanks again! |
No problem :) |
Thanks for your valuable contribution. A new version of creek (1.1.1) has been released which includes your latest code change. |
Thanks 👍 |
I have a spreadsheet with 10+ sheets, and I need to access the third one, but when I get the index 2 the sheet returned is the 8th one. The names also seem to be associated wrong, because I get the same results when trying a find by .name().
I can't provide the spreadsheet I'm using, but I think it's related to google docs.
I exported the spreadsheet to .xlsx using google sheets and it seems there's a very similar issue on roo that was related to google sheets exported spreadsheets: roo-rb/roo#166
The text was updated successfully, but these errors were encountered: