https://bz.apache.org/bugzilla/show_bug.cgi?id=57008
--- Comment #16 from Matthias Gerth <[email protected]> --- > So If I use your example above: > 1. cell.setValue("_x24B8_"); // resulting XML should contain "_x005F_x24B8_" > 2. cell.getRichTextString(); // should return "_x24B8_" I agree. But currently cell.getRichTextString() returns "Ⓒ" in this eample and it will show "Ⓒ" in excel. The other two examples already work correctly. -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
