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

emoji export to excel #688

Closed
ClarkZH opened this issue Aug 25, 2020 · 3 comments
Closed

emoji export to excel #688

ClarkZH opened this issue Aug 25, 2020 · 3 comments

Comments

@ClarkZH
Copy link

ClarkZH commented Aug 25, 2020

Hi,
when my data contain the emoji, like this πŸ¦€πŸ¦€πŸ€™πŸ€™πŸ€™πŸŒŽπŸŒπŸŒ,used the abap2xlsx to export data,the download file can't be opened. how to solve it ?

@sandraros
Copy link
Collaborator

That's the same error described in #672 with a workaround explained. I propose to not discuss here about the solution, instead go there: #672
Thank you

sandraros pushed a commit to sandraros/abap2xlsx that referenced this issue Feb 27, 2021
Fix abap2xlsx#672 ("vietnamese") and abap2xlsx#688 ("emoji").
It works for a recent system but unfortunately I can't test it on a old system to make sure that the new method `is_support_non_xml_characters` returns false.
sandraros added a commit to sandraros/abap2xlsx that referenced this issue May 21, 2021
Fix abap2xlsx#672 ("vietnamese") and abap2xlsx#688 ("emoji"). More universal solution based on [note 2922674 - Support for Unicode Characters U+10000 to U+10FFFF in the iXML kernel library / ABAP package SIXML](https://launchpad.support.sap.com/#/notes/2922674).
sandraros added a commit to sandraros/abap2xlsx that referenced this issue May 21, 2021
Fix abap2xlsx#672 ("vietnamese") and abap2xlsx#688 ("emoji"). More universal solution based on [note 2922674 - Support for Unicode Characters U+10000 to U+10FFFF in the iXML kernel library / ABAP package SIXML](https://launchpad.support.sap.com/#/notes/2922674).
gregorwolf added a commit that referenced this issue May 21, 2021
* Fix output of "non-XML" characters 672 and 688

Fix #672 ("vietnamese") and #688 ("emoji").
It works for a recent system but unfortunately I can't test it on a old system to make sure that the new method `is_support_non_xml_characters` returns false.

* Remove useless code and rename variables

* Demo "Hello World" in 10 major languages + Emoji

Co-authored-by: sandraros <sandra.rossi@gmail.com>
Co-authored-by: Gregor Wolf <gregor.wolf@gmail.com>
@sandraros
Copy link
Collaborator

@ClarkZH Could you test the fix and close the issue if it works? Thanks.

@sandraros
Copy link
Collaborator

No answer. Closing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants