Workbook::&addWorksheet

Workbook::&addWorksheet -- Add a new worksheet to the Excel workbook.

Synopsis

require_once "Spreadsheet/Excel/Writer.php";

object reference Workbook::&addWorksheet ([string $name=''])

Beschreibung

Add a new worksheet to the Excel workbook. If no name is given the name of the worksheet will be Sheeti with i in [1..].

Parameter

Rückgabewert

returns a reference to a worksheet object on success, PEAR_Error on failure

Hinweise

Diese Methode kann nicht statisch aufgerufen werden.

Beispiel