I have a page that outputs a html table to excel using
Response.ContentType = "application/vnd.ms-excel"
and it works great but I noticed that one column gets treated as Number (as Excel likes to do) and I want it to see it as Text in order to prevent leading zeros from being deleted. any ideas?



