Codice PHP:
<?PHP
    $filename 
"sheet.xls";
    
header ("Content-Type: application/vnd.ms-excel");
    
header ("Content-Disposition: inline; filename=$filename");
?>
Mi pare cosi'.....