Workbook::close

Workbook::close -- Calls finalization methods and explicitly close the OLEwriter file

Synopsis

require_once "Spreadsheet/Excel/Writer.php";

void Workbook::close ()

Description

Calls finalization methods and explicitly close the OLEwriter file handle.

Note

This function can not be called statically

Example