Allows writing of Excel spreadsheets. Since 2002.
Go to file
LaserBears e731e235b2 Fixed UTF-16 surrogate pairs triggering "unreadable content" error
Fixed a bug in the Spreadsheet_Excel_Writer_Worksheet::writeStringBIFF8() method where the length of Unicode strings was being calculated based on the number of characters, and if the string contained any UTF-16 surrogate pairs then a "found unreadable content" error would occur when opening the worksheet in Excel (it apparently expects Unicode string lengths to be the number of 16-bit code points, not the number of characters).
2013-04-16 11:37:00 -07:00
Spreadsheet/Excel Fixed UTF-16 surrogate pairs triggering "unreadable content" error 2013-04-16 11:37:00 -07:00
README Added README template for Spreadsheet_Excel_Writer. 2012-01-26 13:21:26 +10:30
package.xml Update package.xml 2012-01-26 02:12:00 +00:00

README

This package is http://pear.php.net/package/Spreadsheet_Excel_Writer and has been migrated from https://svn.php.net/repository/pear/packages/Spreadsheet_Excel_Writer

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 either
$ phpunit tests/
  or
$ pear run-tests -r

To build, simply
$ pear package

To install from scratch
$ pear install package.xml

To upgrade
$ pear upgrade -f package.xml