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";
void Workbook::close ()
void Workbook::close
Calls finalization methods for the workbook. This method should always be the last one to be called on every workbook.
returns true on success, PEAR_Error on failure
This function can not be called statically.