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=''])

Opis

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..].

Parametr

Zwracana wartość

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

Uwagi

Ta funkcja nie może być wywołana statycznie.

Przykład