php简单导出excel表格

<?php
header('Content-Type: application/vnd.ms-excel');
header('Content-Disposition: attachment; filename=demo.xls');
header('Pragma: no-cache');
header('Expires: 0');
posted @ 2016-07-14 18:00  qjy12  阅读(209)  评论(0编辑  收藏  举报