Allows writing of Excel spreadsheets. Since 2002.
Go to file
Colin Guthrie 37e697b73f Fix overzealous cleanup of temporary files.
By cleaning up the temporary files on close() we can no longer
call getData() which breaks pretty much everything except when
not using temporary files at all.

This was introduced in 6f5b44cd6b
2019-01-23 13:25:41 +00:00
Spreadsheet/Excel Fix overzealous cleanup of temporary files. 2019-01-23 13:25:41 +00: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 Update .travis.yml (#18) 2018-10-31 14:54:44 +09:00
README.md Update README.md 2018-10-31 14:51:52 +09:00
composer.json Update composer.json 2018-10-31 13:19:37 +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 Latest Stable Version

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