I used the TABLE HTML method for Excel file creation, the problem is that, the result file is not editable. If you try edit this file in Excel, requires to save as other native
file.

Glen Lipka escribió:
the format of the html can be a regular old <TBALE> tag. To have it point to Excel you need to change the headers. In php:
<?php
header("Content-type: application/vnd.ms-excel; name='excel'");
header("Content-Disposition: filename=export.xls");
header("Pragma: no-cache");
header("Expires: 0");

Glen

On 8/8/07, *Mike Miller* <[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>> wrote:



--
Best Regards,
José Francisco Rives Lirola <sevir1ATgmail.com>

SeViR CW · Computer Design
http://www.sevir.org
Murcia - Spain

Reply via email to