Allows writing of Excel spreadsheets. Since 2002.
Go to file
Alexey Kopytko d27368cc76 Use specific license tag (passes `composer validate`)
There's this license announcement:
https://pear.php.net/group/docs/20040402-la.php

It links to the LGPL Version 3, but in 2004 there was only 2.1. So it
seems like that actual license definition must be LGPL-2.1 or later.
2018-10-23 10:27: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 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 Use specific license tag (passes `composer validate`) 2018-10-23 10:27:44 +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