Allows writing of Excel spreadsheets. Since 2002.
Go to file
Alexey Kopytko 87277d2664 package.xml: version 0.9.4 2017-05-24 11:42:34 +09:00
Spreadsheet/Excel Escape filename used in Content-Disposition header 2016-06-16 13:22:23 +09:00
test Additional tests with default version, and with formats 2016-06-16 13:22:23 +09:00
.gitignore Ignore build logs 2017-02-19 22:10:28 +09:00
.travis.yml Removed PHP 7.0 from Travis: will fail tests until pear/OLE#7 gets merged 2017-05-24 11:24:11 +09:00
README.md Travis flair AKA build status icon 2016-06-16 15:38:46 +09:00
composer.json composer.json: update to the stable supported PHPUnit branch below version 6 2017-05-24 10:35:19 +09:00
package.xml package.xml: version 0.9.4 2017-05-24 11:42:34 +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