https://bz.apache.org/bugzilla/show_bug.cgi?id=60147
Bug ID: 60147 Summary: Unable to export string “IBM_x3550_M2” correctly Product: POI Version: unspecified Hardware: PC Status: NEW Severity: normal Priority: P2 Component: XSSF Assignee: dev@poi.apache.org Reporter: 346164...@qq.com Created attachment 34272 --> https://bz.apache.org/bugzilla/attachment.cgi?id=34272&action=edit export result Hello ! I want to export to excel 2007 use XSSF, but i found some string can't export correctly such as "IBM_x3550_M2", this string will be export to "IBM㕐M2". Then i found the problem is "_x3550_", when the string's format like "_xNUMBER_" and the NUMBER is a Unicode code , then it will be export to "_xChinese character_". Is this a bug of XSSF ? Or there are some other ways to resolve it? PS:Use HSSF to export Excel 2003 is correctly! -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@poi.apache.org For additional commands, e-mail: dev-h...@poi.apache.org