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.pa...@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-unsubscr...@poi.apache.org For additional commands, e-mail: dev-h...@poi.apache.org