/PHPExcel-Joomla-Library

PHPExcel Library for Joomla!

Primary LanguagePHP

PHPExcel Library for Joomla!

PHPExcel Library for Joomla! 2.5.x & 3.x

If you already know how to use PHPExcel and you need it for a Joomla! project, than this is a library package to be used in Joomla! Easy to install and update.

Download

Download now

You can download the current version / older version of PHPExcel-Joomla-Library using the [PHPExcel-Joomla-Library download page] (https://bitbucket.org/vdespa/phpexcel-joomla-library/downloads) - kindly hosted by bitbucket.org.

Version

  • The current Joomla! Library is using PHPExcel 1.8.0.

Usage

// Import PHPExcel library
jimport('phpexcel.library.PHPExcel');

or

require_once JPATH_LIBRARIES . '/phpexcel/library/PHPExcel.php';

Now you can create a new Excel document:

$PHPExcel = new PHPExcel();

Documentation

Automatic updates

This library is integrated with Joomla's automatic updates. Before updating it's mandatory that you check that your documents still work as expected.

Please note that PHPExcel releases from the 1.x will NOT get an automatic upgrade to PHPExcel 2.0.0 (when released).

Bugs? Problems? Feedback?

If you have any problems installing / updating PHPExcel Library in Joomla! feel free to [Add a New issue] (https://github.com/vdespa/PHPExcel-Joomla-Library/issues)

If you are having problems with PHPExcel itself and you think is a bug or something, check the [PHPExcel Issue Tracker] (https://github.com/PHPOffice/PHPExcel/issues)

Credits

License

PHPExcel is licensed under LGPL (GNU LESSER GENERAL PUBLIC LICENSE)