I am using the following command that throws the info from my page into excel
<% Response.ContentType = "application/vnd.ms-excel" %>
The problem is that I have an attached style sheet that doesn't go with it. Is there a way that it will ask the user to save both the excel document and the css files as well??
<% Response.ContentType = "application/vnd.ms-excel" %>
The problem is that I have an attached style sheet that doesn't go with it. Is there a way that it will ask the user to save both the excel document and the css files as well??