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

Accessing Multiple Sheets in Excel #140

Closed
jiaxinmachine88 opened this issue Jun 19, 2014 · 2 comments
Closed

Accessing Multiple Sheets in Excel #140

jiaxinmachine88 opened this issue Jun 19, 2014 · 2 comments

Comments

@jiaxinmachine88
Copy link

I am trying to get data from excel files onto our database, and repeatedly running into this issue where my program refuses to access other sheets in the excel document.

For example:
works_sheet = xlsx.sheet(0)
chapter_sheet = xlsx.sheet(1)

When using works_sheet, things are fine. But when trying to use chapter_sheet later in the code, it takes the data off of sheet 0 and doesn't access anything on the sheet it's supposed to (1).

Any tips?

@stevendaniels
Copy link
Contributor

Does anyone know if this is still an issue in the current version of Roo?
Was this issue fixed with that pull request?

@stevendaniels
Copy link
Contributor

It's been two weeks without a response, I recommend closing this issue.

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