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

CsvExport Encoding Problem #197

Open
RafaelRodriguesFraga opened this issue Oct 3, 2018 · 1 comment
Open

CsvExport Encoding Problem #197

RafaelRodriguesFraga opened this issue Oct 3, 2018 · 1 comment

Comments

@RafaelRodriguesFraga
Copy link

Guys, I have a encoding problem in CsvExport

image

I tried use_bom = true but it doesn't work.

I tried to export with ExcelExport but I get an error. It's because the function create is depreciated. But when I try to use download or Store, I can't download. Anyone?

@Eloar
Copy link
Contributor

Eloar commented Dec 22, 2022

@RafaelRodriguesFraga as of v2.0.4 you may use new PhpSpreadSheetComponent to export to Excel files. As for CSV encoding issue as far as I remember MS Excel doesn't like UTF encoded CSV files and needs them encoded in some windows encoding apropriate for language. Thats not an issue for LibreOffice

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