* Test only on supported PHP versions on Travis CI. * Preload OLE.php as contains important constants. Were getting: Use of undefined constant OLE_PPS_TYPE_FILE - assumed 'OLE_PPS_TYPE_FILE' (this will throw an Error in a future version of PHP) in OLE/PPS/File.php:60 * Forbid installing on PHP 7.3 for time being. pear/OLE does not really work on PHP 7.3, so this package is also unusable there. |
||
|---|---|---|
| Spreadsheet/Excel | ||
| test | ||
| .gitignore | ||
| .travis.yml | ||
| README.md | ||
| composer.json | ||
| package.xml | ||
| phpunit.xml.dist | ||
README.md
This package is Spreadsheet_Excel_Writer and has been migrated from svn.php.net.
Please report all new issues via the PEAR bug tracker.
If this package is marked as unmaintained and you have fixes, please submit your pull requests and start discussion on the pear-qa mailing list.
To test, run
$ phpunit
To build, simply
$ pear package
To install from scratch
$ pear install package.xml
To upgrade
$ pear upgrade -f package.xml
Composer
This package comes with support for Composer.
To install from Composer
$ composer require pear/spreadsheet_excel_writer
To install the latest development version
$ composer require pear/spreadsheet_excel_writer:dev-master