composer require phpoffice/phpexcel

This commit is contained in:
sugar1569 2018-09-20 11:10:24 +08:00
parent df2a84a67b
commit 3320f99965
2 changed files with 1 additions and 1 deletions

View File

@ -87,6 +87,7 @@ class PHPExcelService
*/
public function setExcelContent($list=null)
{
self::$PHPExcel = new \PHPExcel();
$sheet=self::$PHPExcel->getActiveSheet();
foreach(self::$data as $key=>$val){
$row=self::$cellKey[$key];

1
vendor/PHPExcel vendored

@ -1 +0,0 @@
Subproject commit c269793ee715fb5a15f0b2ad25c064d9ee6e8e53