2008年8月11日 星期一

[php]如何轉成excel可讀的檔案?

將資料內容用依照html的方式輸出至網頁

二、
用header 用 輸出的html內容 直接存為 xls 檔
雖其 source code 是html
但用excel可以打開
因副檔名是xls

header :
if($type=="outport") { $fname = output.xls"; <- 指定匯出檔名 header ("Content-disposition: filename=$fname"); <- 指定匯出檔名 header("Content-type: application/octetstream"); header("Pragma: no-cache"); header("Expires: 0"); }

【下列文章您可能也有興趣】

沒有留言: