Displaying Excel in Browser
Hi,
I have this code:
Response.Clear();
Response.ContentType = "application/vnd.ms-excel";
Response.Charset = "";
Response.Write("<table><tr><td>aaaaa</td><td>bbbbbb</td></tr><tr><td>ccccc</td>
<td>dddd</td></tr></table>");
This displays a blank excel spreadsheet, but displays the html table
correctly..Any ideas? Thanks.
SS
__________________
SS
|