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 2016/12/14 20:01:32 UTC

[Bug 60481] New: ReadOnlySharedStringsTable should report phonetic characters separately instead of appending to cell value

https://bz.apache.org/bugzilla/show_bug.cgi?id=60481

            Bug ID: 60481
           Summary: ReadOnlySharedStringsTable should report phonetic
                    characters separately instead of appending to cell
                    value
           Product: POI
           Version: unspecified
          Hardware: PC
            Status: NEW
          Severity: normal
          Priority: P2
         Component: XSSF
          Assignee: dev@poi.apache.org
          Reporter: kalyan.palli@gmail.com
  Target Milestone: ---

Microsoft excel  automatically adds phonetic signs to strings with japanese and
other east asian language characters.  For example the shared strings table
will contain

<si>
    <t>都道府県</t>
    <rPh sb="0" eb="4">
        <t>トドウフケン</t>
    </rPh>
    <phoneticPr fontId="1"/>
</si>

When using ReadOnlySharedStringsTable.getEntryAt() method, the string value
returned is 都道府県トドウフケン . The phonetic guide is appended to the actual cell
value, which is not correct behavior. Instead only the cell value should be
returned.

SharedStringsTable behavior is infact correct. Using
SharedStringsTable.getEntryAt().getT() just returns 都道府県.

-- 
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


[Bug 60481] ReadOnlySharedStringsTable should report phonetic characters separately instead of appending to cell value

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=60481

Dominik Stadler <do...@gmx.at> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 OS|                            |All
         Resolution|---                         |DUPLICATE
             Status|NEW                         |RESOLVED

--- Comment #1 from Dominik Stadler <do...@gmx.at> ---
This is already reported in bug 51519

*** This bug has been marked as a duplicate of bug 51519 ***

-- 
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