dimarick / spreadsheet_excel_writer
More info available on: http://pear.php.net/package/Spreadsheet_Excel_Writer
Requires
- php: >=5.6
- dimarick/ole: v2.0.0beta1@beta
Requires (Dev)
- phpunit/phpunit: <6.0
This package is not auto-updated.
Last update: 2025-03-30 07:43:26 UTC
README
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
Migration
-
This package has no dependencies from any pear classes and uses php5 native exceptions for error handling. Be careful, currently many unexpected issues can throw unexpected exceptions instead of silent fail
-
Used standard psr-0 composer autoloader
-
Constants OP_* moved to class Spreadsheet_Excel_Writer_Validator
-
Constants SPREADSHEET_EXCEL_WRITER_* moved to class Spreadsheet_Excel_Writer_Parser
-
Do not try to run it on php4
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