https://bz.apache.org/bugzilla/show_bug.cgi?id=58247
Bug ID: 58247
Summary: UTF-16 characters in .xlsx file can't write properly
Product: POI
Version: 3.10-FINAL
Hardware: PC
Status: NEW
Severity: normal
Priority: P2
Component: XSSF
Assignee: dev@poi.apache.org
Reporter: sakurotawa@gmail.com
After read .xlsx, UTF-16 characters was still displayed well. But after written
back to disk again, it become "??" at that point before.
Tried to convert .xlsx file to .xls by Excel, opened and saved with HSSF but
UTF-16 characters was still displayed properply. (In this case, I've used
UnicodeString to set UTF-16 characters to cell).
I've checked with 3.12 latest source and same phenomena can be produced. So I
think it only happens in XSSF or SXSSF.
--
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@poi.apache.org
For additional commands, e-mail: dev-help@poi.apache.org
|