<?php header("Content-type: application/vnd.ms-excel"); header("Content-Disposition: attachment; filename=proyectos.xls"); ?> <table> <tr> <td> LA INFORMACION QUE REQUIEREAS QUE SEA EXCEL </td> </tr> </table>