I'm converting an html file with dynamic content to an Excel file (or actually I'm forcing the browser to view the file with Excel) with:
header("Content-Type: application/vnd.ms-excel");
Now my problem is that if the html file contains any images, Excel won't interpret them.
Any suggestions?