PEAR Manual
This manual is provided as a courtesy. It is not an official source. Please check pear.php.net for updated information.
require_once "Spreadsheet/Excel/Writer.php";
string Worksheet::getName ()
string Worksheet::getName
Retrieve the worksheet name. This is usefull when creating worksheets without a name.
string - The worksheet's name
This function can not be called statically.
Example 37-1. Using getName()