Ver Mensaje Individual
  #3 (permalink)  
Antiguo 10/06/2010, 12:51
cosmo_
 
Fecha de Ingreso: octubre-2008
Mensajes: 365
Antigüedad: 16 años, 4 meses
Puntos: 12
Respuesta: generar Excel

quizas te sirva esto:
Código PHP:
<?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>
Salu2
__________________
No hay mail que por internet no venga