I want excel files on a website to open in Excel when clicked, not get saved on desktop, or get opened embedded in a browser etc. Now obviously it all depends on how everything is configured for each user, but what's the best Content-Type and other settings to achieve just that most of the time?
+2
A:
application/vnd.ms-excel
vnd class
/ vendor specific- http://en.wikipedia.org/wiki/Microsoft_Excel#File_formats
The MYYN
2010-05-30 03:57:01
+1
A:
For BIFF .xls files
application/vnd.ms-excel
For Excel2007 and above .xlsx files
application/vnd.openxmlformats-officedocument.spreadsheetml.sheet
Mark Baker
2010-05-30 10:15:46