germania-kg/phpexcel-wrapper

Outsourcing our PhpSpreadsheet stuff

1.0.0 2021-03-18 10:04 UTC

This package is auto-updated.

Last update: 2024-03-19 20:19:05 UTC


README

68747470733a2f2f7374617469632e6765726d616e69612d6b672e636f6d2f6c6f676f732f67612d6c6f676f2d323031362d7765622e7376677a

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

  1. Copy phpunit.xml.dist to phpunit.xml
  2. Run PhpUnit like this:
$ composer test
# or
$ vendor/bin/phpunit

And there's more in the scripts section of composer.json.