jsp jquery 在頁面中 匯出EXCEL和WORD

來源:互聯網
上載者:User
  1. <%@ page contentType="application/msexcel" %>  
  2. <%   
  3.   //獨立開啟excel軟體   
  4.   response.setHeader("Content-disposition","attachment; filename=MyExcel.xls");   
  5.   
  6. //嵌套在ie裡開啟excel   
  7.   
  8. //response.setHeader("Content-disposition","inline; filename=MyExcel.xls");   
  9.   
  10. //Word只需要把contentType="application/msexcel"改為contentType="application/msword"  
  11. %>  
  12. <html>  
  13. <head>  
  14. <title>測試匯出Excel和Word</title>  
  15. </head>  
  16. <body>  
  17. <table width="500" border="1" align="center">  
  18.   <tr>  
  19.     <td colspan="4" align="center">電子產品測試統計</td>  
  20.   </tr>  
  21.   <tr>  
  22.     <td width="7%">條碼</td>  
  23.     <td width="7%">電壓</td>  
  24.     <td width="18%">電流</td>  
  25.     <td width="68%">功率</td>  
  26.   </tr>  
  27.   <tr>  
  28.     <td>20061006</td>  
  29.     <td>xxx</td>  
  30.     <td>xxx</td>  
  31.     <td>xxxxx</td>  
  32.   </tr>  
  33.   <tr>  
  34.     <td>20061007</td>  
  35.     <td>xx</td>  
  36.     <td>xxx</td>  
  37.     <td>xxxxx</td>  
  38.   </tr>  
  39.   <tr>  
  40.     <td>20061008</td>  
  41.     <td>xx</td>  
  42.     <td>xxx</td>  
  43.     <td>xxxxx</td>  
  44.   </tr>  
  45. </table>  
  46. </body>  
  47. </html> 

參考網頁:http://www.javaeye.com/topic/375929

類似網頁:http://www.javaeye.com/topic/94817

http://www.topsemtips.com/2008/11/save-html-table-to-excel-using-jquery/

 

Struts2利用stream直接輸出Excel: http://www.java3z.com/cwbwebhome/article/article2/21102.html?id=1890

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在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.