ccc

Excel: crear un excel directamente en PHP

<?php
header('Pragma: ');
header('Cache-Control: ');
header('Content-Type: application/vnd.ms-excel');
header('Content-Disposition: attachment; filename=recetas.xls');
?>
<table border=1>
...
</table>

No hay comentarios:

Publicar un comentario