Return to Snippet

Revision: 26162
at April 19, 2010 13:07 by wizard04


Initial Code
<% Response.ContentType = "application/vnd.ms-excel" %>
<table>
	<tbody>
		<tr>
			<td>foo</td>
			<td>bar</td>
		</tr>
	</tbody>
</table>

Initial URL


Initial Description


Initial Title
Serve HTML Table as Excel Worksheet

Initial Tags
table, html, ASP, excel

Initial Language
ASP