Worksheet::getName

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

Synopsis

require_once "Spreadsheet/Excel/Writer.php";

string Worksheet::getName ()

Opis

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

Zwracana wartość

string - The worksheet's name

Uwagi

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

Przykład