Php report generation
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 b开发者_开发百科ased tool at minimum? Thank you.
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/
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/
精彩评论