当前位置: 代码迷 >> JavaScript >> jsp展示word、excel
  详细解决方案

jsp展示word、excel

热度:429   发布时间:2013-01-26 13:47:03.0
jsp显示word、excel
word页面只要在jsp头设置如下指令:
<%@page contentType="application/msword;charset=GBK" %>

excel如下:
<%@page contentType="application/vnd.ms-excel;charset=GBK" %>
  相关解决方案