אתה יכול ליצור קובץ XML, לשלוח HEADER מתאים ואז XL שעל המחשב תשתלט על הקובץ ותמיר אותו כבר.
או אפשר גם עם טבלה של HTML.תנסה להשתמש ב header הזה:
PHP קוד:
header ("Last-Modified: " . gmdate("D,d M YH:i:s") . " GMT");
header ("Cache-Control: no-cache, must-revalidate");
header ("Pragma: no-cache");
header ("Content-type: application/x-msexcel");
header ("Content-Disposition: attachment; filename=\"" . $filename . "\"" );
header ("Content-Description: PHP/INTERBASE Generated Data" );