PEAR Manual
This manual is provided as a courtesy. It is not an official source. Please check pear.php.net for updated information.
require_once "Spreadsheet/Excel/Writer.php";
object The Spreadsheet_Excel_Writer::Spreadsheet_Excel_Writer ([string $filename=''])
object The Spreadsheet_Excel_Writer::Spreadsheet_Excel_Writer
The constructor. It just creates a Workbook
string $filename - The optional filename for the Workbook.
object The - Workbook created
This function can not be called statically.
Example 37-1. Using Spreadsheet_Excel_Writer()