I want export excel by chinese name, but i got the error 'The header content contains invalid characters',what should i do? #492
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#492
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?
I want export excel by chinese name, but i got the error 'The header content contains invalid characters',what should i do?
thanks for first!
I meet this problem too,You can use another package export-excel,simple-easy use.
Can you share some sample code and test against the latest version? We were able to generate some files with Chinese characters: https://gist.github.com/SheetJSDev/03b0717087c9e2c088b593019367fcd9
@reviewher yep, it works well when export xlsx file, but when I export xls file, the Chinese will be wrong
The new default XLS export is BIFF8 (97-2004) which does support Chinese characters!