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

Descripción

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

Parámetro

Valor devuelto

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

Nota

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

Ejemplo