PHPExcel integration into Zend Framework

前端 未结 6 722
忘了有多久
忘了有多久 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:37

    I found one solution:

    require_once 'PHPExcel/PHPExcel/IOFactory.php';

    If somebody has a better one, please keep posting!

    @BoltClock: Thanks for updating the Tags.

提交回复
热议问题