Home » File Formats » Spreadsheet_Excel_Writer » Bug #9916
Documentation appears out-of-date
Details
| Doc Bug #9916 | Documentation appears out-of-date |
|---|---|
| Submitted | 2007-01-22 17:56 UTC |
| From | andyford916 at yahoo dot com |
| Status | No Feedback |
| Package | Spreadsheet_Excel_Writer |
| PHP Version | 4.3.10 |
| OS | Windows 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