Allows writing of Excel spreadsheets. Since 2002.
Go to file
Alexey Kopytko 2fc22c490b
Updated CI config for Travis, preload OLE (#16)
* 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.
2018-10-23 10:53:35 +09:00
Spreadsheet/Excel Updated CI config for Travis, preload OLE (#16) 2018-10-23 10:53:35 +09:00
test Updated CI config for Travis, preload OLE (#16) 2018-10-23 10:53:35 +09:00
.gitignore Ignore build logs 2017-02-19 22:10:28 +09:00
.travis.yml Updated CI config for Travis, preload OLE (#16) 2018-10-23 10:53:35 +09:00
README.md Travis flair AKA build status icon 2016-06-16 15:38:46 +09:00
composer.json Updated CI config for Travis, preload OLE (#16) 2018-10-23 10:53:35 +09:00
package.xml package.xml - lead must be lead, not just developer 2017-05-25 11:10:14 +09:00
phpunit.xml.dist Fixed autoloading for tests 2016-06-16 13:22:23 +09:00

README.md

Build Status

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