jsp显示word、excel
程序员文章站
2022-03-03 10:45:23
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" %>