Worksheet::getName

Worksheet::getName -- Retrieve the worksheet name. This is usefull when creating worksheets

Synopsis

require_once "Spreadsheet/Excel/Writer.php";

string Worksheet::getName ()

Descripción

Retrieve the worksheet name. This is usefull when creating worksheets without a name.

Valor devuelto

string - The worksheet's name

Nota

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

Ejemplo