1

I would like to generate report from my php which now I have only the html version. Can any one suggest me good tools to generate excel and pdf based tool at minimum? Thank you.

user837306
  • 851
  • 3
  • 17
  • 31

2 Answers2

1

for excel you can generate .csv file

try this one

Create a CSV File for a user in PHP

and for PDF read this

http://www.sitepoint.com/generate-pdfs-php/

Community
  • 1
  • 1
elibyy
  • 831
  • 16
  • 39
0

you can use birt-viewer reports tool generate the reports to any lanuage php/java and its open source

http://www.eclipse.org/birt/phoenix/

Roshan Wijesena
  • 3,018
  • 6
  • 33
  • 56