php輸出excel檔案

來源:互聯網
上載者:User
------------------------------------------------ excel_export.php ----
<?php
header('Cache-Control: no-cache, must-revalidate');
header('Content-type: application/vnd.ms-excel');
header('Content-Disposition: filename=test.xls');
?>
<html>
<style>
TD{
    font-size: 12px;
    vertical-align: middle;

}
strong{
    font-size: 14px;

}
</style>
<!--HTML中td元素的nowrap屬性工作表示禁止儲存格中的文字自動換行-->
<body>
<div><b>統考報名督促</b></div>
<table width="100%" border="1" align="center" cellspacing="1" cellpadding="1">
  <tr align="center">
    <td nowrap><b>序號</b></td>
    <td nowrap><b>學生姓名</b></td>
    <td nowrap><b>服務站</b></td>
    <td nowrap><b>學籍批次</b></td>
    <td nowrap><b>層次</b></td>
    <td nowrap><b>專業</b></td>
    <td nowrap><b>聯絡電話</b></td>
    <td nowrap><b>手機</b></td>
    <td nowrap><b>大學英語(B)</b></td>
    <td nowrap><b>電腦應用基礎</b></td>
    <td nowrap><b>大學語文(A)</b></td>
    <td nowrap><b>大學語文(B)</b></td>
    <td nowrap><b>高等數學(B)</b></td>
  </tr>
  <tr align="center">
    <td nowrap>1</td>
    <td nowrap>qifei</td>
    <td nowrap>山東教學服務中心</td>
    <td nowrap>200509</td>
    <td nowrap>高起本</td>
    <td nowrap>電腦科技</td>
    <td nowrap>010-10101010</td>
    <td nowrap>13233333333</td>
    <td nowrap>通過</td>
    <td nowrap>未通過</td>
    <td nowrap>通過</td>
    <td nowrap>未通過</td>
    <td nowrap>免考</td>
  </tr>
  <tr align="center">
    <td nowrap>2</td>
    <td nowrap>qifei</td>
    <td nowrap>山東教學服務中心</td>
    <td nowrap>200509</td>
    <td nowrap>高起本</td>
    <td nowrap>電腦科技</td>
    <td nowrap>010-10101010</td>
    <td nowrap>13233333333</td>
    <td nowrap>通過</td>
    <td nowrap>未通過</td>
    <td nowrap>通過</td>
    <td nowrap>未通過</td>
    <td nowrap>免考</td>
  </tr>
</table>
<br>
<b>說明:</b><br>
1、china qifei<br>
2、Tianjin University<br>
</body>
</html>
------------------------------------------------ excel_export.php ----

其他格式檔案:

header("Content-type:application/vnd.ms-word");   
header("Content-Disposition:filename=test.doc");
 
header("Content-type:application/vnd.ms-excel");   
header("Content-Disposition:filename=test.xls");
  
header("Content-type:application/vnd.ms-PowerPoint");   
header("Content-Disposition:filename=test.ppt");

聯繫我們

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