kaystrobach/phpoffice

Last activity 13 Sep 2023 1 1 13690
composer require kaystrobach/phpoffice

1.2.1

Version
1.2.1
Type
neos-package
Release Date
Sep 13, 2023 12:01
Source
git
Distribution
zip
Requires
GPL-3.0+ 042a8dd9f8467fe721bce095c0ac70cdbd0c5de4

FLOW.phpoffice

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

The content of the readme is provided by Github
The same vendor provides 13 package(s).