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

Fixes related to validating worksheet name uniqueness #155

Merged
merged 2 commits into from Jan 8, 2013

Commits on Jan 2, 2013

  1. Don't add worksheets to the workbook when initialize fails

    Creating a worksheet with an invalid name would still add it to the
    workbook, despite raising an exception.
    nilbus committed Jan 2, 2013
    Copy the full SHA
    cac5b8a View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2013

  1. Worksheet name uniqueness doesn't apply to itself

    This constraint would prevent you from creating a new worksheet
    with the name that it would have gotten by default.
    nilbus committed Jan 3, 2013
    Copy the full SHA
    2feb1ba View commit details
    Browse the repository at this point in the history