0

I am new to zend framwork, previously worked on cakePHP. I have used ExcelWriter by creating a component. but I dont think Zend having such kind of facilities or not.

Can anyone help me in this case? My Component Code to be used with Zend Link

AWE
  • 213
  • 1
  • 4
  • 12
  • 1
    ZF2 doesn't have any spreadsheet generator component. But there is plenty of librairies that doing a such thing. You can take a look at : https://github.com/PHPOffice/PHPExcel – jbrtrnd Apr 19 '17 at 07:28
  • You have to bring your component under a namespace, after that you can use autoload_classmap.php of your {Module Folder} to point that namespace. After successfully add your namespace you can use that component anywhere of your MODULE. – Shahadat Hossain Khan Apr 22 '17 at 11:23

0 Answers0