php导出excel文件 并强制下载
<?php header('Content-Type: application/force-download'); header('Content-Disposition: attachment; filename=租赁成交记录导出-'.date('y-m-d').'.xls'); echo '<table> <tr> <td>asd</td> <td>123</td> </tr> <tr> <td>qwe</td> <td>456</td> </tr> </table> ';
全网最新最细最实用WPS零基础入门到精通全套教程!带你真正掌握WPS办公! 内含Excel基础操作、函数设计、数据透视表等
Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号