Hi Jason,
In the generated source look for where the name is set;
p_web.HeaderDetails.ContentDisposition = 'attachment; filename="Customer.xml"'
then in the next available embed point simply set this same line to whatever you like. eg
p_web.HeaderDetails.ContentDisposition = 'attachment; filename="Jason.xml"'
>> also, i would like to put a name at the first row and column and when i put it as
>> ExcelExport.SetCell(1,1,'Booking Sheet')
Seems to be working here, so maybe make sure you are calling this _after_ the place where the template generates the headers.
cheers
Bruce