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
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.