kaystrobach / phpoffice
Package info
github.com/kaystrobach/FLOW.phpoffice
Type:neos-package
pkg:composer/kaystrobach/phpoffice
2.0.0-alpha2
2019-09-06 07:41 UTC
Requires
- neos/flow: ~4.0 || ~5.0
- phpoffice/phpspreadsheet: ~1.6
README
Init PHPExcel
$loader = new \KayStrobach\PhpOffice\Utility\PHPOfficeUtility('PHPExcel');
$loader->init('PHPExcel');
Same for PHPWord (Just use the classes)
$template = new \PhpOffice\PhpWord\TemplateProcessor($this->templatePath);
Documentation
Please look into the appropriate Package description on how to handle the phpOffice libraries: https://github.com/PHPOffice