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-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

  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.