參考一下吧!!
用 PHP 讀寫 Excel 檔案
http://blog.yogo.tw/2010/01/php-excel.html
[好書推薦]Excel+PHP Web資料庫開發應用實務
http://www.books.com.tw/exep/assp.php/yogo/exep/prod/booksfile.php?item=0010481829
此為JSP語法,觀念大同小異,就是輸出資料時,在最前面指定輸出文件形式即可
Response.AddHeader "content-disposition","attachment; filename=KPI_.xls"
Response.ContentType = "application/vnd.ms-Excel"