ZF

Php code posted by v0latile
created at 03 Mar 15:26

Edit | Back
1
2
3
4
$xls = new Spreadsheet_Excel_Writer();
$xls->send('report.xls');
$this->view->xls = $xls;
$this->render('report-xls');
121 Bytes in 2 ms with coderay