kaystrobach/phpoffice

Installs: 14 102

Dependents: 1

Suggesters: 0

Security: 0

Stars: 1

Watchers: 2

Forks: 1

Open Issues: 1

Type:neos-package

2.0.0-alpha2 2019-09-06 07:41 UTC

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