27/08/2009, 10:07
|
| | Fecha de Ingreso: octubre-2008
Mensajes: 365
Antigüedad: 16 años, 1 mes 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 |