Jump to content

header csv, asks for password in excel


algorithm

Recommended Posts

Hey, so Ive created an export data script that links to my mysql database and constructs a csv document (using headers) to export the data. This works fine in all browsers except IE, where it would actually ask the user for my mysql username and password to open the csv spreadsheet. Pressing 'cancel' allows the user to see the spreadsheet, but I'd like to open the csv file without this password nonsense in IE. Any solutions?

Link to comment
https://forums.phpfreaks.com/topic/204355-header-csv-asks-for-password-in-excel/
Share on other sites

How do you build $csv_output? What's the value of $filename?

 

If you had posted the whole script, I wouldn't have to ask these questions. Also, others would be able to run the script on their machines to try to replicate the problem and, perhaps, see where the problem is occurring.

 

Ken

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.