Skip to content

Conversation

@ledsun
Copy link
Contributor

@ledsun ledsun commented Feb 20, 2019

In Japanese, Excel automatically creates Kanji's phonetic styles.
They are not displayed in the cell of the Excel application.

For example:
2019-02-20 21 23 12

They appears in OOXML as rPh in xl/sharedStrings.xml like below:

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<sst xmlns="http://schemas.openxmlformats.org/spreadsheetml/2006/main" count="2" uniqueCount="2">
  <si>
    <t>吉田兼好</t>
    <rPh sb="0" eb="2">
      <t xml:space="preserve">ヨシダ </t>
    </rPh>
    <rPh sb="2" eb="4">
      <t xml:space="preserve">ケンコウ </t>
    </rPh>
    <phoneticPr fontId="1"/>
  </si>
</sst>

I think that most users need only the values in the cells of the Excel application.
So, I changed 'creek' to ignore the rPh tag in the si tag.

@pythonicrubyist pythonicrubyist merged commit efd84b9 into pythonicrubyist:master Mar 12, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants