C
creed1
I am currently working with an Active Server Page (ASP) that is set to
redirect its output to Excel using Response.ContentType =
"application/vnd.ms-excel". It works great, but I need to find a way to
insert a header and/or footer into the resulting worksheet. Does Excel
recognize any meta tags or CSS attributes that can be used to insert a header
or footer?
redirect its output to Excel using Response.ContentType =
"application/vnd.ms-excel". It works great, but I need to find a way to
insert a header and/or footer into the resulting worksheet. Does Excel
recognize any meta tags or CSS attributes that can be used to insert a header
or footer?