Umlauts in cell HTML #505
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#505
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
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?
Hi,
I'm having an issue with HTML formatted text containing umlauts. My xlsx worksheet has cells containing umlauts. The raw value (cell.v) looks good, but I'd like to preserve the cell formatting and therefore I use cell.h to get the HTML formatted text. Regarding formatting the value looks good but the umlauts (ö, ü, ä) are not converted correctly.
Is there anything I can do to get correct encoded HTML?
thx in advance!
FYI: I'm having the same issue. I just sent a detailed description with a test case and data to sheetjs@gmail.com.
Thanks @fuchsc @qqilihq I looked at the file, the fix for the HTML is to do a utf8 conversion first:
https://github.com/SheetJS/js-xlsx/blob/master/bits/42_sstxml.js#L152-L154 should be