PEAR is archived and read-only

This mirror preserves historical PEAR package releases and metadata so existing references remain available.

Home » File Formats » Spreadsheet_Excel_Writer » Bug #9916

Documentation appears out-of-date

Details

Doc Bug #9916Documentation appears out-of-date
Submitted2007-01-22 17:56 UTC
Fromandyford916 at yahoo dot com
StatusNo Feedback
PackageSpreadsheet_Excel_Writer
PHP Version4.3.10
OSWindows NT RCW2KSERVER 5.0 build
Roadmaps(Not assigned)

Comments

[2007-01-22 17:56 UTC] andyford916 at yahoo dot com

Description:
------------
Spreadsheet_Excel_Writer 0.9.1 (beta)

It seems that this package has undergone some revisions without the documentation being updated.

For example, to create a workbook, the documentation says to use:
new Spreadsheet_Excel_Writer();

But, in fact, you must use:
new Spreadsheet_Excel_Writer_Workbook();

I also had to change some of the paths of the "require_once" statements to get it all to agree (this may have to do with my setup, but it's worth double-checking)

thank you

[2007-03-11 17:00 UTC] andyford916 at yahoo dot com

With PEAR in it's "normal" place, there is no issue. Sorry for the false report