Workbook::close

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

Referentiesamenvatting

require_once "Spreadsheet/Excel/Writer.php";

void Workbook::close ()

Beschrijving

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

Return waarde

returns true on success, PEAR_Error on failure

Note

Deze functie kan niet statisch worden aangeroepen.