We have moved our forum to GitHub Discussions. For questions about Phalcon v3/v4/v5 you can visit here and for Phalcon v6 here.

Create XLS file from SQL database using Phalcon

Is there a specific way of creating an excel document populated with data from sql database using phalcon framework



31.2k
Accepted
answer

I found out that by use of PHPExcel library the objective is obtained

https://github.com/PHPOffice/PHPExcel

It supports the following formats.

BIFF 8 (.xls) Excel 95 and above
Office Open XML (.xlsx) Excel 2007 and above