Skip to content

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

@MattPitlyk

Description

@MattPitlyk

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions