PHPExcel integration into Zend Framework

前端 未结 6 720
忘了有多久
忘了有多久 2021-01-12 12:00

how can I integrate the PHPExcel into my Zend app.

My actual folder structure is the following:

/application
  controllers
  views  
  etc...
/librar         


        
6条回答
  •  傲寒
    傲寒 (楼主)
    2021-01-12 12:27

    I have same issue and i solved it update the composer and in my project folder phpoffice saved inside the vendor module (not in lib). And adding "\" on the PHPExcel_IOFactory whereever you seen.

提交回复
热议问题