Topic: Export Mysql to ecxel/csv arabic encoding

Hello, I want to export a mysql table to excel files and if not to csv, the problem with excel is it gives me data on one line, so I transformed it to csv and it works, the problem is it does not read arabic data

    header( 'Content-Type: text/csv; charset=utf-8; encoding=UTF-8' );
    header("Cache-Control: cache, must-revalidate");
    header("Pragma: public");
      header( 'Content-Disposition: attachment;filename=export.csv' );

Post's attachments

csv1.txt 1.89 kb, file has never been downloaded. 

You don't have the permssions to download the attachments of this post.

Thumbs up