You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@poi.apache.org by bu...@apache.org on 2003/12/22 13:46:46 UTC

DO NOT REPLY [Bug 25695] New: - String formula return swap byte unicode characters

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: poi-dev@jakarta.apache.org
        ReportedBy: sompopk@yahoo.com


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: poi-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: poi-dev-help@jakarta.apache.org