二、
用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");
}
沒有留言:
張貼留言