jsp显示word、excel
程序员文章站
2023-12-28 20:27:52
word页面只要在jsp头设置如下指令:
<%@page contentType="application/msword;charset=GBK" %&...
word页面只要在jsp头设置如下指令:
<%@page contentType="application/msword;charset=GBK" %>
excel如下:
<%@page contentType="application/vnd.ms-excel;charset=GBK" %>