Ver Mensaje Individual
  #2 (permalink)  
Antiguo 25/11/2009, 08:31
Avatar de dcreate
dcreate
 
Fecha de Ingreso: octubre-2009
Ubicación: Veracruz
Mensajes: 536
Antigüedad: 15 años, 3 meses
Puntos: 22
Respuesta: Problema generación excel con PHP

trata de sustituir los header con esto:

Código php:
Ver original
  1. header('Content-type: application/vnd.ms-excel');
  2.  header("Content-Disposition: attachment; filename='$archivo.xls'");
  3.  header("Pragma: no-cache");
  4.  header("Expires: 0");

asi ya no te va poner nada de q el archivo de descarga