jsp 另類的excel匯出__js

來源:互聯網
上載者:User
<%@page contentType="application/msexcel;charset=GBK" %><%@ page language="java" import="java.util.*" pageEncoding="GBK"%><%@taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core"%><%@taglib prefix="fn" uri="http://java.sun.com/jsp/jstl/functions"%><%@pageimport="cn.gov.gzaic.jxs.web.*,cn.gov.gzaic.jxs.web.platform.view.UploadView,cn.gov.gzaic.jxs.web.PageControl,cn.gov.gzaic.jxs.util.*"%><%@page import="cn.gov.gzaic.jxs.data.vo.kh.TB_KH_INDICATOR_INFOVO"%><%@page import="cn.gov.gzaic.jxs.data.vo.kh.TB_KH_GRADE_INFOVO"%><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><title>列印排名情況</title><meta http-equiv="Content-Type" content="text/html; charset=GB2312"><meta content="JavaScript" name="vs_defaultClientScript"></head><body><%   response.setHeader("Content-disposition","inline; filename=rankingexcel.xls");%><form id="editform" name="editform"><table class="adminlist" cellspacing="1" style="text-align: center;" border="1"><tr class="list_header" style="text-align: center;"><td>排名</td><td>評議單位</td><td>評議指標</td><td>${fz}</td><td>${fm}</td><td>計算值</td><td>得分</td></tr><c:forEach items="${requestScope.rankingViewList}" var="rankingView"varStatus="status"><tr><td>${rankingView.pm }</td><td>${rankingView.khdw }</td><td>${rankingView.zb }</td><td>${rankingView.fz }</td><td>${rankingView.fm }</td><td>${rankingView.df }</td><td><font style="color: blue; ">${rankingView.kf}</font> </td></tr></c:forEach></table></form></body></html>

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.