vdespa / PHPWord-Joomla-Library

PHPWord library for Joomla! 2.5. & 3.0
2 stars 4 forks source link

PHPWord Joomla! Library

PHPWord Library for Joomla! 2.5. & 3.x

If you already know PHPWord, than this is a library package to be used in Joomla!

Version

Download

Download PHPWord Joomla! Library 0.6.3

Usage

jimport('phpword.library.autoload');

Please note the upercases when using jimport!

// New Word Document

$phpWord = new \PhpOffice\PhpWord\PhpWord();

// now you can use PHPWord as usual...

Documentation

Bugs? Problems? Feedback?

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

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

Credits

License

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

Note

The library folder was build using the given composer.json file and executing:

composer update --no-dev --prefer-dist