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

Emojis break the XLS export #1214

Open
kitzberger opened this issue Feb 13, 2025 · 0 comments
Open

Emojis break the XLS export #1214

kitzberger opened this issue Feb 13, 2025 · 0 comments
Labels

Comments

@kitzberger
Copy link
Contributor

The exported XLS file is broken as soon as one of the texts contain an emoji such as "😊".

The library being used to export those files is PhpSpreadsheet 1.29.x which is being included via base_excel 1.29.x.

With PHPOffice/PhpSpreadsheet#3696 this bug got fixed for ^2 and ^3.

Powermail 12.5:
Image

Powermail 12.5 + manually patched version of PhpSpreadsheet 1.29.x:
Image

@mschwemer mschwemer added the bug label Feb 20, 2025
mschwemer added a commit that referenced this issue Feb 20, 2025
- raise version numbers
- suggest the direct use of `phpoffice/phpspreadsheet` via composer
- suggest `EXT:base_excel` for legacy installations

Related: #1214
mschwemer added a commit that referenced this issue Feb 20, 2025
mschwemer added a commit that referenced this issue Feb 20, 2025
- raise version numbers
- suggest the direct use of `phpoffice/phpspreadsheet` via composer
- suggest `EXT:base_excel` for legacy installations
- test for class existence of PhpSpreadSheet

Related: #1214
Related: #1208
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants