Quantcast
Viewing all articles
Browse latest Browse all 2460

Reply To: Export Opened in Excel Fails

Ok yes after it downloads in chrome on Windows, just clicking the download to open the file.

Oddly enough I found a code fix for it: In users.php line 88 right below
header(‘Content-Disposition: attachment; filename=”newsletter-subscribers.csv”‘);
put this:
echo “sep=;\n”;
And that will force Microsoft excel to open it properly
Thanks,
Jim


Viewing all articles
Browse latest Browse all 2460

Trending Articles