Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix parse_si for Japanese excel files #141

Closed
wants to merge 1 commit into from
Closed

Conversation

tgfjt
Copy link

@tgfjt tgfjt commented Oct 30, 2014

Hi.

using #parse_si 'Phonetic Properties' items for Japanese excel files,
the Phonetic items(KATAKANA) represents pronunciation hints of String(KANJI).

<si>
 <t>漢字(japanese KANJI)</t>
 <rPh>
  <t>フリガナ(this is KATAKANA for pronounciation:漢字)</t>
 </rPh>
</si>

It expected get '漢字' . but got '漢字フリガナ'.
so replace these string, because this can be caused by only <rPh>.

 Hi.

using #parse_si 'Phonetic Properties' items for Japanese excel files,
the Phonetic items(KATAKANA) represents pronunciation hints of String(KANJI).

```
<si>
 <t>漢字(japanese KANJI)</t>
 <rPh>
  <t>フリガナ(this is KATAKANA for pronounciation:漢字)</t>
 </rPh>
</si>
```

It expected get '漢字' . but got '漢字フリガナ'.
so replace these string, because this can be caused by only `<rPh>`.
@SheetJSDev
Copy link
Contributor

@tgfjt do you have a sample file that shows this? I'd like to set up some tests as well

@coveralls
Copy link

Coverage Status

Coverage remained the same when pulling cb7503d on tgfjt:patch-1 into f9097d4 on SheetJS:master.

@tgfjt
Copy link
Author

tgfjt commented Oct 30, 2014

@SheetJSDev
done.
https://github.com/tgfjt-boxbox/xlsx-parse-sample

It seems to be caused by colored KANJI:sweat:

@tgfjt
Copy link
Author

tgfjt commented Feb 5, 2015

@SheetJSDev
I'd like to you inform us about current status...

@tgfjt
Copy link
Author

tgfjt commented Jun 24, 2016

ping:sob: @SheetJSDev

@tgfjt tgfjt deleted the patch-1 branch March 11, 2017 23:35
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.

None yet

3 participants