摘要: // 引用phpexcel类 $this->load->library('PHPExcel'); // 创建对象 $objPHPExcel = new PHPExcel(); // 显示错误信息 error_reporting(E_ALL); // Set properties $objPHPExc 阅读全文
posted @ 2020-07-28 16:57 meiyoufan 阅读(332) 评论(0) 推荐(0) 编辑
摘要: 1.header header("Content-Type:application/vnd.ms-excel"); header("Content-Disposition:attachment;filename=sample.xls"); header("Pragma:no-cache"); hea 阅读全文
posted @ 2020-07-28 11:15 meiyoufan 阅读(9493) 评论(2) 推荐(3) 编辑
摘要: 安装类库 从GitHub上下载PHPExcel类库 地址:https://github.com/PHPOffice/PHPExcel public function checkexcel($id){ require_once '/data/wwwroot/go01.cn/vendor/phpoffi 阅读全文
posted @ 2020-07-28 11:01 meiyoufan 阅读(248) 评论(0) 推荐(0) 编辑
摘要: 过来学习,交流,切磋,技术。 阅读全文
posted @ 2019-04-23 11:51 meiyoufan 阅读(101) 评论(0) 推荐(0) 编辑