-
-
Notifications
You must be signed in to change notification settings - Fork 8k
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
added case for german languaged Worksheets #32
Conversation
Can you share a file from a german version of Excel? A blank file is fine, I just want one that shows the German case. Also, can you also modify the master branch as well? Add the same case in |
i added a testfile here https://github.com/OliverZ/js-xlsx/blob/master/tests/test.xlsx if you run
it will print: Unrecognized key in Heading Pairs |
I turned off that error message, as it appears to work properly. I'm trying to find a comprehensive list of the possible words, but that is proving hard to find. |
Excel localizes "Worksheets" and other names in XLS[XMB] Properties Fixes #33 note: @OliverZ contributed a file with "Arbeitsblätter" @SheetJSDev tested against test suite, PR #32 details used
added case for german languaged Worksheets to not log "Unrecognized key in Heading Pairs" error to console.