I use
<cfheader name="content-disposition" value="attachment;filename=statusSheet.xls">
<cfcontent type="application/vnd.ms-excel">
<cfoutput query="employee">
...
</cfoutput>
to create an Excel file from a cfquery. My question is, is there a way to create multiple Excel files by the group in the query <cfoutput query="employee" group="departmen">
Thanks
<cfheader name="content-disposition" value="attachment;filename=statusSheet.xls">
<cfcontent type="application/vnd.ms-excel">
<cfoutput query="employee">
...
</cfoutput>
to create an Excel file from a cfquery. My question is, is there a way to create multiple Excel files by the group in the query <cfoutput query="employee" group="departmen">
Thanks