SYMPTOM:
When exporting a report to Excel 2007, inconsistent file extensions appears in Excel when open the exported files directly. Sometimes an .xlsx extension and other times an .exp.aspx file extension.
This is only a display problem in Excel and actually do not influence the usage of the exported Excel file. After use save the file to local disk, it correctly render as .xlxs file extension.
STEPS TO REPRODUCE:



CAUSE:
During export, Strategy Web sends an HTTP header that indicates the suggested file name use “Content-Disposition”. But Internet Explorer does not use the filename attribute from "Content-Disposition" header when directly open. Instead, it uses the last part of the request URL path info. This is known issue with IE.
ACTION:
The issue has been addressed in 10.7.
WORKAROUND: