- Timestamp:
- Feb 3, 2015 4:54:25 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pro-violet-viettel/sourcecode/application/modules/admin/controllers/reportprovince.php
r713 r737 100 100 } 101 101 $writer = new PHPExcel_Writer_Excel5($this->phpexcel); 102 header('Content-Type: application/vnd.ms-excel'); 102 103 header('Content-Disposition: attachment; filename="thue_bao_' . $data['month'] . "_" . $data['year'] . '.xls"'); 103 104 $writer->save('php://output');
Note: See TracChangeset
for help on using the changeset viewer.