dimarick/spreadsheet_excel_writer

More info available on: http://pear.php.net/package/Spreadsheet_Excel_Writer

v2.0.0beta1 2017-09-28 23:14 UTC

This package is not auto-updated.

Last update: 2024-04-14 02:07:58 UTC


README

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

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