andistroebi
Goto Top

Excel Datei mit PHP erstellen und speichern

ich mache mit

<?php
 header("Content-type: application/vnd-ms-excel");   
 header("Content-Disposition: attachment; filename=export.xls");  
?>
<table cellpadding="0" cellspacing="0" border="0">  
...
...
...
</table>

die Excel Datei

aber wie schaffe ich es jetzt das ich die Datei auf dem Server ablegen/speichern kann??

im Moment wird die Datei als Download angeboten.

Content-Key: 108947

Url: https://administrator.de/contentid/108947

Printed on: April 19, 2024 at 21:04 o'clock