mirror of
https://github.com/jmcnamara/libxlsxwriter.git
synced 2026-05-15 14:15:54 -06:00
[GH-ISSUE #377] 对于其他语言编码如何操作呢,打开后显示数据损坏,英文字符串是没有问题 #303
Labels
No labels
awaiting user feedback
bug
cmake
cmake
docs
feature request
in progress
long term
medium term
medium term
pull-request
question
question
ready to close
short term
under investigation
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/libxlsxwriter#303
Loading…
Add table
Add a link
Reference in a new issue
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?
Originally created by @AlongsCode on GitHub (Sep 23, 2022).
Original GitHub issue: https://github.com/jmcnamara/libxlsxwriter/issues/377
How to manipulate encodings in other languages? After opening, it shows that the data is corrupted.
English is no problem. My excel cannot be opened correctly when I use Chinese
@jmcnamara commented on GitHub (Sep 23, 2022):
The Excel file format only supports UTF-8. You will need to convert your encoding to that format.
@AlongsCode commented on GitHub (Oct 24, 2022):
谢谢