G
Guest
I'm using the Response.ContentType = "application/vnd.ms-excel" in my web
application to export data into a spreadsheet. That works fine and all.
My question is: When I export the data and go and view the spreadsheet -
there are no grid lines. They all disappeared so it's like my data is on one
giant white slab of nothing. I can read the data and see how each piece is
in it's own cell - but no gridlines. Is there anything else I can add in the
Response.ContentType = "application/vnd.ms-excel" section to get the
gridlines to show?
Thanks (and I apologize if this isn't the correct newsgroup to ask this).
application to export data into a spreadsheet. That works fine and all.
My question is: When I export the data and go and view the spreadsheet -
there are no grid lines. They all disappeared so it's like my data is on one
giant white slab of nothing. I can read the data and see how each piece is
in it's own cell - but no gridlines. Is there anything else I can add in the
Response.ContentType = "application/vnd.ms-excel" section to get the
gridlines to show?
Thanks (and I apologize if this isn't the correct newsgroup to ask this).