mirror of
https://github.com/retailcrm/PHPExcel.git
synced 2024-11-22 21:36:05 +03:00
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
Block a user