Register Register Member Login Member Login Member Login Forgot Password ??
PHP , ASP , ASP.NET, VB.NET, C#, Java , jQuery , Android , iOS , Windows Phone
   
 

Registered : 92,701

 
 
HOME > ASP.NET > ASP.NET Excel.Application > ASP.NET Excel Response.ContentType = "application/vnd.ms-excel"

ASP.NET Excel Response.ContentType = "application/vnd.ms-excel"

 
 


Bookmark.   
Share
       
ASP.NET Excel Response.ContentType = "application/vnd.ms-excel" วิธีนี้ไม่ใช่เป็นการส่งออกเป็น Excel ที่เป็นไฟล์ .xls แท้ ๆ น่ะครับ เพียงแต่ส่ง Header ContentType ให้เอกสารดังกล่าวเปิดด้วยโปรแกรม Microsoft Excel เท่านั้น ลองดูตัวอย่างครับ

Framework 1.1,2.0,3.0,4,0

Excel for C# อ่านและดัดแปลงได้จากบทความนี้


Syntax

Response.ContentType = "application/vnd.ms-excel"


AspNetResponseContentType.aspx

<%@ Page Language="VB" %>
<script runat="server">
    Sub Page_Load(sender As Object, e As EventArgs)
		Response.Clear()
		Response.AddHeader("Content-Disposition", "Attachment;Filename=Excel.xls")
		Response.Buffer = True
		Response.Charset = "UTF-8"
		Response.ContentType = "application/vnd.ms-excel"

		Response.write("<table width=500  border=1>")
		Response.write("  <tr>")
		Response.write("	<td>Column1</td>")
		Response.write("	<td>Column2</td>")
		Response.write("	<td>Column3</td>")
		Response.write("  </tr>")
		Response.write("  <tr>")
		Response.write("	<td>1</td>")
		Response.write("	<td>2</td>")
		Response.write("	<td>3</td>")
		Response.write("  </tr>")
		Response.write("  <tr>")
		Response.write("	<td>4</td>")
		Response.write("	<td>5</td>")
		Response.write("	<td>6</td>")
		Response.write("  </tr>")
		Response.write("</table>")
	End Sub
</script>


Screenshot


ASP.NET Excel


ASP.NET Excel


ASP.NET Response.ContentType

   
Share


ช่วยกันสนับสนุนรักษาเว็บไซต์ความรู้แห่งนี้ไว้ด้วยการสนับสนุน Source Code 2.0 ของทีมงานไทยครีเอท

ลองใช้ค้นหาข้อมูล


   
  By : ThaiCreate.Com Team (บทความเป็นลิขสิทธิ์ของเว็บไทยครีเอทห้ามนำเผยแพร่ ณ เว็บไซต์อื่น ๆ)
  Score Rating :  
  Create/Update Date : 2008-10-26 20:36:00 / 2011-09-07 23:11:19
  View : 17,905
  Download : Download  ASP.NET Excel Response.ContentType =
Sponsored Links
  Download Google Chorme
 
Ads Contact : 08-1987-6107 , 08-4715-5121
Download Mozilla Firefox
 
Ads Contact : 08-1987-6107 , 08-4715-5121
 Sponsored Links / Related


 
ASP.NET Config Excel (Excel Application)
Rating : View : 17,256
ASP.NET Connect to Excel Application
Rating : View : 12,560
ASP.NET Write Excel (Excel Application)
Rating : View : 12,738
ASP.NET Delete Sheet Excel (Excel Application)
Rating : View : 10,822
ASP.NET Write Excel Multiple Sheet (Excel Application)
Rating : View : 11,621
ASP.NET Write Excel Style & Format (Excel Application)
Rating : View : 13,154
ASP.NET Excel Merge Cell (Excel Application)
Rating : View : 11,518
ASP.NET Read Excel (Excel Application)
Rating : View : 14,500
ASP.NET Excel Cell Borders (Excel Application)
Rating : View : 11,152
ASP.NET Read Excel Multiple Sheet (Excel Application)
Rating : View : 12,229
ASP.NET Excel Draw Line (Excel Application)
Rating : View : 9,375
ASP.NET ADO.NET & Excel (OleDb)
Rating : View : 12,963
ASP.NET Excel Insert Picture (Excel Application)
Rating : View : 11,032
ASP.NET ADO.NET & Excel (Odbc)
Rating : View : 11,243
ASP.NET Excel Open Document (Excel Application)
Rating : View : 14,130
ASP.NET Import Excel to Database (Excel Application)
Rating : View : 16,478
ASP.NET Upload Excel and Import to Database (Excel Application)
Rating : View : 15,920
ASP.NET Export Database to Excel (Excel Application)
Rating : View : 16,467
ASP.NET Export Database to Excel Report/Print Format (Excel Application)
Rating : View : 14,829




Comunity Forum Free Web Script
Jobs Freelance Free Uploads
Free Web Hosting Free Tools

© www.ThaiCreate.Com. 2003-2013 All Rights Reserved. Link : ติดแก๊ส , ติดแก๊สรถยนต์
เพื่อนบ้าน : Chevrolet , Toyota , Honda , Nissan

for Contact Us : [Conditions Privacy Statement] ติดต่อโฆษณา 081-987-6107 , 084-715-5121 อัตราราคา คลิกที่นี่

Back to Top