/ Published in: ASP
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
<% Response.ContentType = "application/vnd.ms-excel" %> <table> <tbody> <tr> <td>foo</td> <td>bar</td> </tr> </tbody> </table>