/ Published in: ASP
Expand |
Embed | Plain Text
<% Response.ContentType = "application/vnd.ms-excel" %> <table> <tbody> <tr> <td>foo</td> <td>bar</td> </tr> </tbody> </table>
You need to login to post a comment.
wizard04 on 04/19/10
table html ASP excel contentType
5 people have marked this snippet as a favorite
asifrizvigmailcom
karp13
fwd
dan74
nickian
<% Response.ContentType = "application/vnd.ms-excel" %> <table> <tbody> <tr> <td>foo</td> <td>bar</td> </tr> </tbody> </table>
You need to login to post a comment.