Allows writing of Excel spreadsheets. Since 2002.
Go to file
Alexey Kopytko c704c18072 composer.json: added myself as a point of contact 2017-05-24 10:06:44 +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 .travis.yml: do not test with PHP 7.0 2017-02-19 22:08:59 +09:00
README.md Travis flair AKA build status icon 2016-06-16 15:38:46 +09:00
composer.json composer.json: added myself as a point of contact 2017-05-24 10:06:44 +09:00
package.xml package.xml: remove md5sum 2015-07-16 22:04:33 +02: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