婷婷综合国产,91蜜桃婷婷狠狠久久综合9色 ,九九九九九精品,国产综合av

主頁 > 知識庫 > asp將table生成excel文件(xls)

asp將table生成excel文件(xls)

熱門標簽:騰訊地圖標注商戶關閉 西寧公司外呼系統平臺 地圖標注服務哪家好 智能電銷機器人適用于哪些行業 徐州人工智能電銷機器人好用嗎 外呼系統還用卡么 長沙防封電銷卡品牌 地圖標注宅基地 武漢營銷電話機器人軟件
復制代碼 代碼如下:

%@LANGUAGE="VBSCRIPT" CODEPAGE="936"%>
%
if request("action")=1 then
Response.ContentType="application/ms-excel"
Response.AddHeader "content-disposition","attachment;filename=www.xls"
end if
%>
!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
html xmlns="http://www.w3.org/1999/xhtml">
head>
meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
title>無標題文檔/title>
style type="text/css">
table {
border-top:1px solid #003399;
border-left:1px solid #003399;
}
td {
border-right:1px solid #003399;
border-bottom:1px solid #003399;
}
thead {
background-color:#000066;
font-weight:bold;
padding:5px;
color:#FFFFFF;
}
/style>
script language="javascript">
function tableToExcel(){
location.href='?action=1';
}
/script>
/head>

body>
input type="button" value="導出數據" onclick="tableToExcel()" />
%
ConnStr="..."
Set conn = Server.CreateObject("ADODB.Connection")
conn.Open connstr

set rs = server.CreateObject("adodb.recordset")
rs.open "select top 10 * from [你的表名]",conn,1,1
if not (rs.eof and rs.bof) then
column = rs.fields.count
response.Write("table cellpadding='0' cellspacing='0'>")
response.Write("thead>td>序號/td>")
for each f in rs.fields
response.Write("td>" f.name "/td>")
next
response.Write("/thead>")
for j = 1 to rs.recordcount
if j > 5 then '在第五條的時候隱藏數據,經過測試如果是display為none的數據是不會導出來的
response.Write("tr style='display:none'>")
else
response.Write("tr>")
end if
response.Write("td>" j "/td>")
for i = 0 to column - 1
response.Write("td>" rs(i) "/td>")
next
response.Write("/tr>")
rs.movenext
next
response.Write("/table>")
end if
rs.close
set rs = nothing
conn.close
set conn = nothing
%>
/body>
/html>
您可能感興趣的文章:
  • Asp.net生成Excel文件并下載(更新:解決使用迅雷下載頁面而不是文件的問題)
  • ASP.NET中生成Excel遇到的問題及改進方法
  • PHP生成excel時單元格內換行問題的解決方法
  • php生成EXCEL的東東
  • php,不用COM,生成excel文件
  • asp.net生成Excel并導出下載五種實現方法

標簽:通化 通遼 巴彥淖爾 鷹潭 運城 雅安 荊門 普洱

巨人網絡通訊聲明:本文標題《asp將table生成excel文件(xls)》,本文關鍵詞  asp,將,table,生成,excel,文件,;如發現本文內容存在版權問題,煩請提供相關信息告之我們,我們將及時溝通與處理。本站內容系統采集于網絡,涉及言論、版權與本站無關。
  • 相關文章
  • 下面列出與本文章《asp將table生成excel文件(xls)》相關的同類信息!
  • 本頁收集關于asp將table生成excel文件(xls)的相關信息資訊供網民參考!
  • 推薦文章
    主站蜘蛛池模板: 依兰县| 金华市| 汉川市| 台中市| 绥中县| 厦门市| 盘锦市| 枣阳市| 明光市| 台东县| 江川县| 英德市| 平泉县| 广东省| 光泽县| 错那县| 鄄城县| 日土县| 金乡县| 天门市| 济源市| 成都市| 昭苏县| 克东县| 富民县| 施秉县| 庄浪县| 百色市| 宁明县| 当阳市| 涞水县| 武威市| 麟游县| 黔西县| 思南县| 中牟县| 中阳县| 孝感市| 尼玛县| 大关县| 吴川市|