if i just write string "_x1128" in a SXSSFCell,and then write it to a excel, it will change to "ᄨ",how to solve this problem?
Asked
Active
Viewed 46 times
0
-
Looks like result of the `=UNICHAR(VALUE(HEX2DEC(1128)))` formula. The character is `ᄨ` (U+1128, *Hangul Choseong Pieup-Chieuch*)… Please [edit] your question to share a [mcve]. – JosefZ Dec 04 '21 at 14:38
-
1See https://stackoverflow.com/questions/48315944/useful-use-cases-for-escape-character-format-xhhhh-in-office-open-xml. – Axel Richter Dec 04 '21 at 14:47