Posted by Michael Vilain on 09/17/05 21:27
In article <1126970803.337223.35680@z14g2000cwz.googlegroups.com>,
"bobkaku" <bobkaku@yahoo.com> wrote:
> I had a PHP script that used to successfully output to Excel 2000. I
> used the header statements
> header ('Content-type: application/vnd.ms-excel');
> header ('Content-disposition: inline; filename=output.htm');
>
> Last year I upgraded to Excel 2003, and now the output is just a table
> that shows up in the browser.
>
> Does anybody know what might be problem?
>
> Thanks in advance.
change the name of the file to output.xls
The browser is interpreting the file extension as a HTML file. You want
it to interpret it as an excel file. It all depends on how you have
your MIME types setup. Don't know your OS or browser config but try
this.
--
DeeDee, don't press that button! DeeDee! NO! Dee...
Navigation:
[Reply to this message]
|