Exporting data from php to excel

后端 未结 5 439
逝去的感伤
逝去的感伤 2020-12-08 22:23

I need to export data from php (data retrieved from mysql database) to excel. I\'m using Zend Framework. I need to do some changes to my data before exporting to excel. Actu

5条回答
  •  离开以前
    2020-12-08 22:52

    You can use phpexcel library. It allow you to write to and read from different spreadsheet file formats

    for Integration with zend, you can take help from following link.

提交回复
热议问题