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

Reading Excel With japanese character, that include phonetic text #290

Closed
huatam391 opened this issue Aug 24, 2023 · 5 comments
Closed

Reading Excel With japanese character, that include phonetic text #290

huatam391 opened this issue Aug 24, 2023 · 5 comments

Comments

@huatam391
Copy link

Currenly i'm using v4.1.1
When parse value from excel .xlsx format to java class, i got problem if cell value is japanese character, it will read cell value include phonetic text at end of string
image
Expect:
companyNm: 株式会社日工
branchNm: 大阪名古屋工場
But actual:
company: 株式会社日工
branchNm: 大阪名古屋工場 オオサカ ナゴヤ コウジョウ
Result of branchNm include furigana at the end of string

@github-actions
Copy link

Thank you for contributing to Poiji! Feel free to create a PR If you want to contribute directly :)

@ozlerhakan
Copy link
Owner

Hi @huatam391 ,

Thanks for sharing this situation with us! It's very strange behavior I see here, perhaps there is something hidden in the file you use or this intentionally behaves differently. Could you share your file, so I can investigate the issue?

@huatam391
Copy link
Author

huatam391 commented Aug 28, 2023

フォーマット_インポート:宿泊施設 (1).xlsx
@ozlerhakan this file is here, i think this issue happen cause new feature phonetic of excel (support furigana for Japanese character). Thank you very much for reply me.

@stale
Copy link

stale bot commented Sep 16, 2023

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the bot label Sep 16, 2023
@ozlerhakan
Copy link
Owner

Sadly, I'm not able to open your excel properly using the numbers app on my mac. Feel free to create a PR with the fix for your case!

@stale stale bot removed the bot label Sep 24, 2023
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

No branches or pull requests

2 participants