On Apr 17, 10:25 am, Adam Royle <[EMAIL PROTECTED]> wrote:
> Excel does read tabular html (including basic styles). You just need
> to set the correct content type.
>
> header("Content-disposition:attachment;filename=myexport.xls");
> header("Content-type:application/vnd.ms-excel");
>
> Alternatively, if you want to create a valid csv file you can use this
> helper.
>
> http://bakery.cakephp.org/articles/view/csv-helper-php5
>
> Updated code (including PHP4 
> support):http://ifunk.net/cakephp/helpers/csv.php.txt
   <snip>

   I think, the article is not hinting on parseExtensions() which
could have added.

--
  <?php echo 'Just another PHP saint'; ?>
Email: rrjanbiah-at-Y!com    Blog: http://rajeshanbiah.blogspot.com/
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to