PHP Excel 2007 classes

In our PHP system, we need we translate some data in a table to an excel file.  I got several candidate, finally I decide to use PHPExcel, it is very easy to use and there is no need to install anything, just enable php_zip. You can download the package in this website.   In the downloaded package, there is a document and some sample PHP program.

You may also like:

Leave a comment