jsp展示word、excel

jsp显示word、excelword页面只要在jsp头设置如下指令:%@page contentTypeapplication/mswordcharsetGB

jsp显示word、excel
word页面只要在jsp头设置如下指令:
<%@page contentType="application/msword;charset=GBK" %>

excel如下:
<%@page contentType="application/vnd.ms-excel;charset=GBK" %>