I\'m generating the csv file with the following header commands:
header(\"Content-type: text/csv; charset=utf-8; encoding=utf-8\"); header(\'Content-Disposit
Use utf8_decode() - WORKED FOR ME