<?php
//+----------------------------------------------------------------------
//|ThinkPHP[WECANDOITJUSTTHINK]
//+----------------------------------------------------------------------
//|Copyright(c)2006-2016http://thinkphp.cnAllrightsreserved.
//+----..
分类:
Web程序 时间:
2017-09-12 16:09:56
阅读次数:
258
首先下载下来PHPEXCEL1.8的类库(https://github.com/PHPOffice/PHPExcel)放到项目目录下面的extend下面即可。由于PHPEXCEL没有使用命名空间(namespace)的模式,所以在使用的只能使用全路径引入了。//引入PHPEXCEL类库
import(‘PHPExcel_IOFactory‘,EXTEND_PATH."PhpExcel/P..
分类:
Web程序 时间:
2017-09-12 16:01:46
阅读次数:
256