mirror of
https://github.com/crmeb/CRMEB.git
synced 2026-01-06 20:58:10 +00:00
composer require phpoffice/phpexcel
This commit is contained in:
parent
df2a84a67b
commit
3320f99965
@ -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
vendor/PHPExcel
vendored
@ -1 +0,0 @@
|
||||
Subproject commit c269793ee715fb5a15f0b2ad25c064d9ee6e8e53
|
||||
Loading…
x
Reference in New Issue
Block a user