Re: Excel export problem in IE
- From: "robert" <ab@xxxxxxxxxxxxxxxxxxxxxxx>
- Date: Wed, 31 May 2006 11:05:19 -0500
| <?php
| header("Content-type: application/vnd.ms-excel; name='excel'");
| header("Content-Disposition: filename=export.xls");
| header("Pragma: no-cache");
| header("Expires: 0");
try:
content-type: application/octet-stream
content-disposition: attachment; filename=export.xls
content-transfer-encoding: binary
hth,
me
.
- Follow-Ups:
- Re: Excel export problem in IE
- From: mukherjeesubrato
- Re: Excel export problem in IE
- References:
- Excel export problem in IE
- From: mukherjeesubrato
- Excel export problem in IE
- Prev by Date: Re: Excel export problem in IE
- Next by Date: Re: Excel export problem in IE
- Previous by thread: Re: Excel export problem in IE
- Next by thread: Re: Excel export problem in IE
- Index(es):