今天就跟大家聊聊有關(guān)asp.net中怎么利用Table生成Excel表格,可能很多人都不太了解,為了讓大家更加了解,小編給大家總結(jié)了以下內(nèi)容,希望大家根據(jù)這篇文章可以有所收獲。
目前創(chuàng)新互聯(lián)建站已為1000多家的企業(yè)提供了網(wǎng)站建設(shè)、域名、網(wǎng)頁空間、網(wǎng)站托管、企業(yè)網(wǎng)站設(shè)計(jì)、漢陽網(wǎng)站維護(hù)等服務(wù),公司將堅(jiān)持客戶導(dǎo)向、應(yīng)用為本的策略,正道將秉承"和諧、參與、激情"的文化,與客戶和合作伙伴齊心協(xié)力一起成長,共同發(fā)展。具體實(shí)現(xiàn)方法如下:
<!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 id="Head1" runat="server"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <link href="/Css/Balance.css" rel="stylesheet" /> <title></title> <script runat="server"> protected void writeXls(object sender, EventArgs e) { Response.Clear(); Response.Buffer = true; Response.ContentType = "application/vnd.ms-excel.numberformat:@"; this.EnableViewState = false; Response.Charset = "UTF-8"; Response.ContentEncoding = System.Text.Encoding.GetEncoding("gb2312");//設(shè)置輸出流為簡體中文 Response.AppendHeader("Content-Disposition", "attachment;filename=" + Title + ".xls"); Response.Write(printHid.Value); Response.End(); } </script></head><body> <form id="form1" runat="server"> <asp:HiddenField ID="printHid" runat="server" /> <button onclick="getHtmltoValue()" >生成excel</button> <script type="text/javascript"> function getHtmltoValue() { document.getElementById("<%=printHid.ClientID%>").value = document.getElementById("printDiv").innerHTML; } </script> <table > ....... </table> </form></body><html>
看完上述內(nèi)容,你們對asp.net中怎么利用Table生成Excel表格有進(jìn)一步的了解嗎?如果還想了解更多知識或者相關(guān)內(nèi)容,請關(guān)注創(chuàng)新互聯(lián)行業(yè)資訊頻道,感謝大家的支持。
網(wǎng)站標(biāo)題:asp.net中怎么利用Table生成Excel表格-創(chuàng)新互聯(lián)
當(dāng)前鏈接:http://jinyejixie.com/article38/csdgpp.html
成都網(wǎng)站建設(shè)公司_創(chuàng)新互聯(lián),為您提供服務(wù)器托管、App設(shè)計(jì)、網(wǎng)站維護(hù)、網(wǎng)站內(nèi)鏈、網(wǎng)站建設(shè)、網(wǎng)站導(dǎo)航
聲明:本網(wǎng)站發(fā)布的內(nèi)容(圖片、視頻和文字)以用戶投稿、用戶轉(zhuǎn)載內(nèi)容為主,如果涉及侵權(quán)請盡快告知,我們將會在第一時間刪除。文章觀點(diǎn)不代表本網(wǎng)站立場,如需處理請聯(lián)系客服。電話:028-86922220;郵箱:631063699@qq.com。內(nèi)容未經(jīng)允許不得轉(zhuǎn)載,或轉(zhuǎn)載時需注明來源: 創(chuàng)新互聯(lián)
猜你還喜歡下面的內(nèi)容