Ver Mensaje Individual
  #3 (permalink)  
Antiguo 27/08/2009, 10:07
cosmo_
 
Fecha de Ingreso: octubre-2008
Mensajes: 365
Antigüedad: 15 años, 6 meses
Puntos: 12
Respuesta: convertir php a excel

Pones de cabecera esto

<?php
header('Content-type: aplication/vnd.ms-excel');
header('Content-Disposition: attachment; filename=kardex_aporte.xls');
header("Pragma: no-cache");
header("Expires: 0");
?>
<table><tr><td>hola</td><tr></table>

todo lo que hagas hacia abajo es excel. ahhh y si es un tema muy discutido como dice GATORV.

Salu2