added case for german languaged Worksheets #32
No reviewers
Labels
No Label
DBF
Dates
Defined Names
Features
Formula
HTML
Images
Infrastructure
Integration
International
ODS
Operations
Performance
PivotTables
Pro
Protection
Read Bug
SSF
SYLK
Style
Write Bug
good first issue
No Milestone
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: sheetjs/sheetjs#32
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "gh-pages"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
added case for german languaged Worksheets to not log "Unrecognized key in Heading Pairs" error to console.
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
xlsx.js
andbits/70_xlsx.js
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.
Pull request closed