Home > Backend Development > PHP Tutorial > [Help] ThinkPHP5+PHPExcel1.8.1 cannot be downloaded

[Help] ThinkPHP5+PHPExcel1.8.1 cannot be downloaded

WBOY
Release: 2016-10-22 12:06:45
Original
2365 people have browsed it

Please tell me how to use TP5 import PHPExcel1.8.1 downloaded from the official website
If anyone knows, please reply to me, thank you very much!

The following code does not work! The result shows that it cannot be downloaded! !

The PHPExcel entry file is in extendclassesPHPExcel.php/** Include PHPExcel */<br> thinkLoader::import('classes.PHPExcel');<br> <br> //Create new PHPExcel object<br> $objPHPExcel = new PHPExcel();

source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template