I\'m trying to download Excel files (xlsx) using PHPExcel as follows.
require_once(\"../../phpExcel/Classes/PHPExcel.php\"); require_once(\"../../phpExcel/Cl
Give the active sheet a title:
$sheet->setTitle('Some title string here');