PHP读取表字段并导出数据表 <?php require 'config.php'; ?> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title&g... PHP 2019/02/01 围观:1491人 阅读全文
PHPEXCEL数据导出案例 <?php header("Content-type: application/octet-stream;charset=utf-8"); require_once('PHPExcel.php'); //require_once 'Classes/PHPExcel/Reader/Excel2... PHP 2016/01/10 围观:1777人 阅读全文