商業(yè)源碼熱門下載www.html.org.cn
把以下代碼放到php文件頂部,當(dāng)前html頁面大部分效果就會以excel的格式被保存下來,所見即所存,當(dāng)然是大部分效果。
| 以下是php源碼: header("pragma: public"); header("pragma: no-cache"); header("expires: 0"); header("cache-control: must-revalidate, post-check=0, pre-check=0"); header("content-type: application/vnd.ms-excel"); header("content-disposition: attachment; filename=mydowns.xls"); |
新聞熱點
疑難解答