liuggio / ExcelBundle

Excel integration in Symfony2 thanks to https://github.com/PHPOffice/PHPExcel library
www.welcometothebundle.com
MIT License
369 stars 142 forks source link

How to insert database data in ExcelBundle #119

Closed Eviltoastey closed 7 years ago

Eviltoastey commented 7 years ago

Hello,

For a small project I want to make an excel file with the data from my database. Is there any way to do this? In the examples I can only find people adding just some static values.

I hope this is possible.

Cheers!