Skip to content

Conversation

Alanscut
Copy link
Member

@Alanscut Alanscut commented Jan 2, 2020

Changes

1.The sheet name of the excel file created in the windows system is not case sensitive. But the workbook.addWorksheet () method does not do the corresponding processing, This PR fixes issues caused by case of sheet names.

2.fix for #1064

@Alanscut Alanscut closed this Jan 2, 2020
@Alanscut Alanscut reopened this Jan 2, 2020
@Siemienik
Copy link
Member

@Alanscut Is will still working when it will attempt to read file with two worksheets named: "name", "NAME" ?

@Alanscut
Copy link
Member Author

@Siemienik yes, it could. But when we create a file with two worksheets with the same names regardless of case, the file will report an error when opening it. So when we prevent creating such file, the case you mentioned will not exist.

@guyonroche
Copy link
Collaborator

@Alanscut - nice choice of 31 character sheet name in the spec file :-)

@guyonroche guyonroche merged commit 84717f8 into exceljs:master Jan 17, 2020
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

Successfully merging this pull request may close these issues.

3 participants