Have a page that exports to excel using cfcontent tags:
<cfcontent type="application/vnd.ms-excel"> or
<cfcontent type="application/ms-excel">
Once users upgraded to excel 2003, just returns a blank worksheet instead of data? Anyone else run into this?
I tried changing to use
<cfheader name="Content-Disposition:attachment" value="filename=output.xls">
and similar but still no good.
<cfcontent type="application/vnd.ms-excel"> or
<cfcontent type="application/ms-excel">
Once users upgraded to excel 2003, just returns a blank worksheet instead of data? Anyone else run into this?
I tried changing to use
<cfheader name="Content-Disposition:attachment" value="filename=output.xls">
and similar but still no good.