[thelist] excel export formatting [closed]

Brian Cummiskey Brian at hondaswap.com
Tue Aug 10 16:59:09 CDT 2004


Anthony Baratta wrote:

> If you are sending as CSV, try wrapping the numbers in "quotes".


Nope, It's an ASP header to open excel in the browser deal...

<%
Response.ContentType = application/ms-excel
%>

Per the other response, I think that what I'm going to end up doing is simply adding a space.  Besides, we're a microsoft office.  Standards?  *laughs*  That's for out-of-office work :)


response.write "<td> &nbsp;" & rst(0) & "</td>"
it will be :)

thanks guys




More information about the thelist mailing list