Recommend this page to a friend! | Stumble It! | Bookmark in del.icio.us |
All requests | > | MySQL data table to PDF Excel 2007 and printing | > | Request new recommendation | > | Featured requests | > | No recommendations | ||
by Jacques Phillipe - 1 year ago (2014-10-29) report
+3 | Printing listing results of MySQL queries in A4 or A3 size with possibility to export the paginated results into PDF and Excel 2007 and above. The use of procedures instead of objects is highly appreciated. |
+2 | by Alexander Selifonov 35 - 1 year ago (2014-10-29) Comment You can use famous TCPDF PHP class for creating PDF from scratch, or use PerinformPDF class (TCPDF wrapper) that allows you prepare PDF template and use it for creating final document populated with your data (from MySQL or whatelse) If you choose Excel as output format, take a look at PHPExcel class. It can create MS excel, OpenOffice, XML files from your data. |
1. by Jacques Phillipe - 1 year ago (2014-10-30) Reply
thank you for your recommendation, but now, I'm using the FPDF package.
I'll use PHPEXcel for Excel format.
Thanks a lot.
Recommend package | |
|