kha_tsn 0 Newbie Poster

<!---to open excel with given name--->
<cfheader name="Content-Disposition" value="attachment;filename=#lFilenameCreated#">
<cfcontent type="application/vnd.ms-excel">
<!---<cfcontent type="application/vnd.ms-excel" >
<cfheader name="Content-Disposition" value="filename=SchoolReport.xls">--->
</cfoutput>
<html xmlns:o="urn:schemas-microsoft-com:office:excel" xmlns:x="urn:schemas-microsoft-com:office:excel" xmlns="http://www.w3.org/TR/REC-html40">
<head>
<TITLE>CTY Information System - School Report</TITLE>
<meta http-equiv="Content-Type" content="text/html;charset=windows-1252">
<!---To get gridlines in excel file--->
<xml >
<x:ExcelWorkbook >
<x:Name>School Report</x:Name>
<x:ExcelWorksheets >
<x:ExcelWorksheet >
<x:Name>School Report</x:Name>
<x:WorksheetOptions>
<x:Panes>
</x:Panes>
<x:Print>
<x:Gridlines />
</x:Print>
</x:WorksheetOptions>
</x:ExcelWorksheet>
</x:ExcelWorksheets>
</x:ExcelWorkbook>
</xml>
<Write Your code here>