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 2010/07/28 07:52:40 UTC

DO NOT REPLY [Bug 49653] xlsx: line brake in Excel cell read as '_x00D_' in cell.getStringCellValue

https://issues.apache.org/bugzilla/show_bug.cgi?id=49653

Yegor Kozlov <ye...@dinom.ru> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED
         OS/Version|                            |All

--- Comment #1 from Yegor Kozlov <ye...@dinom.ru> 2010-07-28 01:52:37 EDT ---
fixed in r979952

According to the OOXML spec, for all characters which cannot be represented in
XML, the characters are escaped using the Unicode numerical character
representation escape character format _xHHHH_, where H represents a
hexadecimal character in the character's value. In your case _x000D_ is
converted into the carriage-return (\r) character. 

Yegor

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@poi.apache.org
For additional commands, e-mail: dev-help@poi.apache.org