Fix output in ODS example

This commit is contained in:
Alexander Pervakov 2014-07-14 12:07:07 +04:00
parent f3df66a971
commit 927d1513cf
1 changed files with 1 additions and 2 deletions

View File

@ -85,6 +85,5 @@ header ('Cache-Control: cache, must-revalidate'); // HTTP/1.1
header ('Pragma: public'); // HTTP/1.0
$objWriter = PHPExcel_IOFactory::createWriter($objPHPExcel, 'OpenDocument');
//$objWriter->save('php://output');
$objWriter->save('a.ods');
$objWriter->save('php://output');
exit;