I have been exporting excel files using application/vnd.ms-excel option in classic ASP but after downloading when I click Save As I see Save As Type option = web page. 
So is there any way to Save As by default so the file type can be saved as an "Excel 97-2003 WorkBook"? I tried excel.application and owc but unfortunately neither work for me.
Actually, these options are consuming a lot of CPU memory when I use them.
I am open to using any third party component for excel creation.
Thanks.