PHP生成excel表格文件並下載

利用php導出excel我們大多會直接生成.xls文件,這種方便快捷。 [php]  view plain  copy function createtable($list,$filename){         header("Content-type:application/vnd.ms-excel");         header("Content-Disposition:filename
相關文章
相關標籤/搜索