Fix output in ODS example
This commit is contained in:
parent
f3df66a971
commit
927d1513cf
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue