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

Sheet.add() should lowercase the name argument when checking if sheetname exists in workbook #211

Closed
MattPitlyk opened this issue Aug 13, 2015 · 0 comments
Labels
Milestone

Comments

@MattPitlyk
Copy link
Contributor

Sheet.add() compares the name argument to the lowercase version of each sheetname. It should compare the lowercase version of the name argument to the lowercase version of each sheetname. Opening a brand new workbook and trying Sheet.add('Sheet1') throws an error.

@fzumstein fzumstein added the bug label Aug 13, 2015
@fzumstein fzumstein added this to the v0.3.7 milestone Aug 13, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants