Libraries

A convenient way to package and reuse components is to use code libraries. These libraries can be helpful as they provide means to save code to a single file, which adds to portability and allows easy modification and reuse by other developers.

The posts in this section provide useful tips related to code libraries and recommendations for libraries which might be helpful for you as a developer.

Create Excel Documents from PHP using PHPExcel

Create Excel Documents from PHP using PHPExcel

If you need to code an application that should create Excel documents from PHP code, then we can recommend another useful library for PHP and Excel integration. This library is available for free from Codeplex, the Project Hosting for Open Source Software from Microsoft (since version PHPExcel 1.7.8 it was moved to Github instead), and uses OpenXML …