View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.worksheetfunctions,microsoft.public.inetserver.asp.general,microsoft.public.excel.misc,microsoft.public.excel.programming
[email protected] jmalvika@gmail.com is offline
external usenet poster
 
Posts: 3
Default Add Header/Footer to excel report from ASP..

Hi all,

I'm trying to generate an excel report from an ASP web page using ..

"response.ContentType = "application/vnd.ms-excel" ....

I need to add a custom header & footer to the excel report on
generation. Is there a way to do this from the web without installing
Excel on the webserver? ..

Any help is appreciated...thanks


mj