Report generation in PHP (formats required pdf,xls,doc,csv)

Ish picture Ish · May 14, 2009 · Viewed 11.4k times · Source

I need to generate reports in my PHP website (in zend framework)

Formats required:

PDF (with tables & images) // presently using Zend_Pdf
XLS (with tables & images)
DOC (with tables & images)
CSV (only tables)

Please recommend robust and fast solution for generating reports in PHP.

Platform: Zend Framework on LAMP

I know there are some tricky solutions for creating such reports, i wonder is there any open source report generation utility that can be used with LAMP environment

Answer

Csaba Kétszeri picture Csaba Kétszeri · May 18, 2009