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()