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