DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=25695>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=25695 String formula return swap byte unicode characters Summary: String formula return swap byte unicode characters Product: POI Version: 2.0-pre3 Platform: PC OS/Version: Windows XP Status: NEW Severity: Normal Priority: Other Component: HSSF AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] HSSFCell.getStringCellValue() on cell which has string formula will return swap bye unicode characters. For example, cell A1 contains "\u0e2a\u0e2b" and cell A2 contains string formula "=A1". If we getStringCellValue from cell A2 we will get "\u2a0e\u2b0e". It returns correct value if the return string in US codepage. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
