Workbook::close

Workbook::close -- Calls finalization methods for the workbook

Synopsis

require_once "Spreadsheet/Excel/Writer.php";

void Workbook::close ()

Descripción

Calls finalization methods for the workbook. This method should always be the last one to be called on every workbook.

Valor devuelto

returns true on success, PEAR_Error on failure

Nota

Esta función no puede ser llamada estáticamente.