
29/06/2012, 12:32
|
| | Fecha de Ingreso: junio-2012
Mensajes: 77
Antigüedad: 13 años, 1 mes 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 |