kaystrobach / phpoffice
Installs: 14 738
Dependents: 1
Suggesters: 0
Security: 0
Stars: 1
Watchers: 2
Forks: 1
Open Issues: 1
Type:neos-package
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