Ver Mensaje Individual
  #3 (permalink)  
Antiguo 29/06/2012, 12:32
andrwyo2006
 
Fecha de Ingreso: junio-2012
Mensajes: 77
Antigüedad: 12 años, 7 meses
Puntos: 5
Respuesta: descargar de php a excel

header('Content-type: application/vnd.ms-excel');
header("Content-Disposition: attachment; filename=Reporte.xls");
header("Pragma: no-cache");
header("Expires: 0");
con esto tienes para que te tire el resultado del php a tu excel... me comentas