Quantcast
Channel: PHPExcel Forum Rss Feed
Viewing all articles
Browse latest Browse all 2707

New Post: problem with downloading excel from php://output

$
0
0

Headers should not be:

        header(\"Content-Type: application/vnd.ms-excel\");
        header(\"Content-Disposition: attachment; filename=$legit\");
but

        header("Content-Type: application/vnd.ms-excel");
        header("Content-Disposition: attachment; filename=$legit");

Look at 01simple-download-xls.php in /Tests for an example


Viewing all articles
Browse latest Browse all 2707

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>