Foros del Web » Creando para Internet » HTML »

enviar a excell

Estas en el tema de enviar a excell en el foro de HTML en Foros del Web. Como se puede llevar las tablas a excell mediante un boton. <form name=excell method=post> <table width=100% border=1 cellpadding=5 cellspacing=0 id=linea> <tr align=center bgcolor=#003366> <td id=linea ...
  #1 (permalink)  
Antiguo 04/02/2008, 10:20
 
Fecha de Ingreso: octubre-2005
Mensajes: 405
Antigüedad: 18 años, 5 meses
Puntos: 1
enviar a excell

Como se puede llevar las tablas a excell
mediante un boton.

<form name=excell method=post>
<table width=100% border=1 cellpadding=5 cellspacing=0 id=linea>
<tr align=center bgcolor=#003366>
<td id=linea width=6% class=Estilo2>Folio</td>
<td id=linea width=11% class=Estilo2>Fecha</td>
<td id=linea width=33% class=Estilo2>Cliente</td>
<td id=linea width=8% class=Estilo2>Origen</td>
<td id=linea width=8% class=Estilo2>Destino</td>
<td id=linea width=34% class=Estilo2>Observaci&oacute;n</td>
</tr>
</table>
<table width=100% border=1 cellspacing=0 cellpadding=5 id=linea>
<tr class=Estilo5>
<td id=linea width=6% align=center>1</td>
<td id=linea width=11% align=center>01/02/2008</td>
<td id=linea width=33% align=left>CTC</td>
<td id=linea width=8% align=left>Quillota</td>
<td id=linea width=8% align=left>Santiago</td>
<td id=linea width=34% align=left>Solo traslado</td>
</tr>
<tr class=Estilo5>
<td id=linea width=6% align=center>2</td>
<td id=linea width=11% align=center>01/02/2008</td>
<td id=linea width=33% align=left>CTC</td>
<td id=linea width=8% align=left>Santiago</td>
<td id=linea width=8% align=left>Concepcion</td>
<td id=linea width=34% align=left>Solo despacho</td>
</tr>
</table>
<input type=submit value="Enviar a Excell">
</form>
Atención: Estás leyendo un tema que no tiene actividad desde hace más de 6 MESES, te recomendamos abrir un Nuevo tema en lugar de responder al actual.
Respuesta




La zona horaria es GMT -6. Ahora son las 06:57.