I have used PHPExcel (great for generating .xls, .odf. xlsx among other formats. You can include styling and formulas. A very nice feature when automating reports to send out.
TCPDF is a PDF library that I have implemented and used. It is a positional PDF document creater. As in, you build the page using cells, fill the content. There is great control, but a bit of a learning curve on how to use it. Still works really well for generating reports, invoices, etc. They were both fairly easy to implement using the Vendor setup, and then just including that from the controller. Let me know if you need a hand implementing them. Russ On Mar 15, 8:36 pm, konda <[email protected]> wrote: > Thanks to all. > > I want to generate reports using PDF and Excel format. Please help me > how can I achieve this. -- Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org Check out the new CakePHP Questions site http://ask.cakephp.org and help others with their CakePHP related questions. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/cake-php
