得到這個代碼在JSF靜態文件下載:的MS Office 2007+與IE7 +
<h:outputLink title="#{msg.fileUpload_template_file}" styleClass="FormSubmitNoColor" type="application/vnd.ms-excel" value="#{facesContext.externalContext.requestContextPath}/resources/csvTemplates/02_myfile_V1.xlsx" >#{msg.fileUpload_template_file}</h:outputLink>
此代碼做工精細的FF但IE認爲這是一個zip文件。爲什麼?
在此處找到mime類型Setting mime type for excel document 但無效。