germania-kg / phpexcel-wrapper
Outsourcing our PhpSpreadsheet stuff
1.0.0
2021-03-18 10:04 UTC
Requires
- phpoffice/phpspreadsheet: ^1.0
Requires (Dev)
- php-coveralls/php-coveralls: ^2.0
- phpspec/prophecy-phpunit: ^2.0
- phpunit/phpunit: ^9.0
This package is auto-updated.
Last update: 2024-11-19 21:43:16 UTC
README
Germania KG ยท PhpExcelWrapper
This package is for outsourcing our PhpSpreadsheet stuff.
Installation
$ composer require germania-kg/phpexcel-wrapper
Deprecations
- Namespace Germania\PhpExcelWrapper will change to PhpSpreadsheetWriter with next major release
- Class Germania\PhpExcelWrapper\PhpExcelWriter: use PhpSpreadsheetWriter instead
- Class Germania\PhpExcelWrapper\PhpExcelCreator: use PhpSpreadsheetCreator instead
Unit tests and development
- Copy
phpunit.xml.dist
tophpunit.xml
- Run PhpUnit like this:
$ composer test # or $ vendor/bin/phpunit
And there's more in the scripts
section of composer.json.