$objWriter = PHPExcel_IOFactory::createWriter($objPHPExcel, 'Excel2007');
报:
Class 'Admin\Controller\PHPExcel_IOFactory' not found
用:
Vendor('Classes.PHPExcel');
放在D:\Program Files\Apache Software Foundation\Apache2.2\htdocs\onethink\ThinkPHP\Library\Vendor\Classes下
是在onethink下面使用。
最佳答案