PHPExcel API |
PHPExcel (the library) is a powerful PHP library to export and import data
to and from Excel file. It is very flexible, and well built. The PHPExcel
Drupal module, on the other hand, provides a "wrapper", a simpler API that
behaves in a… |
PHPExcel cookbook |
This section provides several real-life examples of using the PHPExcel module
with your own modules and sites. For the basics, see
the PHPExcel API topic. |
PHPExcel performance settings |
PHPExcel (the library) allows developers to have fine-grained control over
the way cell data is cached. Large Excel files can quickly take up a lot of
memory (about 1Kb per cell), and PHP processes could die running out of
available memory. |