Small typo preventing Excel Sheets to be named correctly.
This commit is contained in:
+1
-1
@@ -137,7 +137,7 @@
|
||||
|
||||
/// Creating a workbook
|
||||
$workbook = new Workbook("-");
|
||||
$myxls =& $workbook->add_worksheet('$strgrades');
|
||||
$myxls =& $workbook->add_worksheet($strgrades);
|
||||
|
||||
/// Print names of all the fields
|
||||
|
||||
|
||||
Reference in New Issue
Block a user