1 2 3 4
$xls = new Spreadsheet_Excel_Writer(); $xls->send('report.xls'); $this->view->xls = $xls; $this->render('report-xls');