• Resolved limbaccio

    (@limbaccio)


    Hello there,
    this plugin works smooth, but when I try to open the CSV file with exported email addresses, it’s all screwed. I don’t know what kind of encoding I should use.
    Thanks in advance

Viewing 1 replies (of 1 total)
  • Plugin Contributor gopiplus

    (@gopiplus)

    @limbaccio

    We use this below PHP option to export email address. Thus file will be created automatically.

    ob_clean();
    header(‘Content-type: application/ms-excel’);
    header(‘Content-Disposition: attachment; filename=’.$filename);

Viewing 1 replies (of 1 total)
  • The topic ‘Can’t decode CSV file’ is closed to new replies.