Register
Member Login
Forgot Password ??
PHP
,
ASP
,
ASP.NET, VB.NET, C#, Java
,
jQuery , Android , iOS , Windows Phone
Registered :
109,036
HOME
>
ASP.NET
>
ASP.NET Excel.Application
>
ASP.NET Config Excel (Excel Application)
ASP.NET Config Excel (Excel Application)
ASP.NET Config Excel (Excel Application)
ในการเขียน
ASP.NET
ในการเรียกใช้งาน
Module
ของ
Excel.Application
จะต้องทำการ
Add Reference
เข้าในโปรเจคก่อนน่ะครับ ซึ่งจะต้องทำการดาวน์โหลดไฟล์ไฟล์
Interop.Excel.dll
หรือ
Microsoft.Office.Interop.Excel.dll
มาไว้ในโฟเดอร์ bin และทำการ Add Reference ดังรูปครับ หรือถ้าหากไม่ได้พัฒนาบน Visual Studio 2003,2005 ให้ทำการ Copy ไปไว้ในโฟเดอร์ bin และทำการ Imports เข้าในภายในโปรเจค
ข้อดีและข้อเสียของการใช้งาน Excel.Application
แน่นอนว่าเหตุผลที่เรานำ Excel เข้ามาใช้งานจะเป็นการจัดการเกี่ยวกับรายงาน หรือ การส่งออกข้อมูงในรูปแบบของ .xls หรือแม้กระทั้งออกเป็นกราฟก็สามารถทำได้เช่นเดียวกัน ข้อดีก็คือ เอกสาร Excel เป็นมาตรฐาน Format ที่ได้รับจาก Application ทั้งหลาย และมันยังสามารถนำไปใช้ในด้านอื่น ๆ ได้อย่างหลากหลาย และที่สำคัญก็คือ มันฟรี เพราะมันมีมาให้กับ
Microsoft Office Excel
อยู่แล้วครับ เราไม่ต้องไปหาซื้อ Component อื่น ๆ มาใช้เพิ่มเติม ข้อเสียสำหรับการออกส่งออกรายงานด้วย Excel.Application คือ เขียน Code ค่อนข้างยาก และที่สำคัญที่สุดก็คือ ถ้ามีข้อมูลหลัก พัน Record ขึ้นไป ก็จะต้องทำใจกับเรื่องการทำงานช้าได้ใจจริง ๆ
Framework
1.1,2.0,3.0,4,0
Excel for C# อ่านและดัดแปลงได้จากบทความนี้
Go to
:
C# .NET Generate Excel (Excel 2003 , Excel 2007)
Go to
:
C# Open Excel and Create Font,Border,Color,Style
Interop.Excel.dll
https://www.thaicreate.com/asp.net/interop.excel.dll.html
การ Add Reference บน Visual Studio .NET 2003 (Framework 1.1)
Right Click -> Add Reference
Tab -> Project -> Browse
เลือกไฟล์ Interop.Excel.dll ที่อยู่ในโฟเดอร์ bin
เมื่อมอง Imports จะปรากฏ Class ของ Excel ขึ้นออกมาครับ
การ Add Reference บน Visual Studio
Right Click -> Add Reference
เลือกไฟล์ Interop.Excel.dll ที่อยู่ในโฟเดอร์ bin
เพิ่มเติม
ถ้าเครื่อง Web Server มีการติดตั้ง Microsoft Office Excel แล้วจะไม่ต้องใช้ .dll ก็ได้ครับ เพียงแค่ Add Reference ของ COM ที่ชื่อ
Microsft Excel 11.0 Object Lobrary
อย่าลืมกำหนด Permission ของ User ด้วยน่ะครับ โดยทำการ Add User ชื่อ
ASPNET
Error ที่อาจพบได้
Retrieving the COM class factory for component with CLSID {00024500-0000-0000-C000-000000000046} failed due to the following error: 8000401a
ให้แก้ไขปัญหาตามบทความนี้
กำหนด Permission Excel.Application
https://www.thaicreate.com/asp/asp-config-excel.application.html
การเรียกใช้งาน Class
1.
Interop.Excel.dll
Imports Excel
Dim XlsApp As New Excel.Application
2.
Microsoft.Office.Interop.Excel.dll
Imports Microsoft.Office.Interop.Excel.Application
Dim XlsApp As New Microsoft.Office.Interop.Excel.Application
ASP.NET Connect to Excel Application
https://www.thaicreate.com/asp.net/asp.net-connect-excel-application.html
Windows 7 and Office Excel 2007
https://www.thaicreate.com/dotnet/csharp-dot-net-generate-excel.html
Share
ช่วยกันสนับสนุนรักษาเว็บไซต์ความรู้แห่งนี้ไว้ด้วยการสนับสนุน
Source Code 2.0
ของทีมงานไทยครีเอท
ลองใช้ค้นหาข้อมูล
By :
ThaiCreate.Com Team (บทความเป็นลิขสิทธิ์ของเว็บไทยครีเอทห้ามนำเผยแพร่ ณ เว็บไซต์อื่น ๆ)
Score Rating :
Create/Update Date :
2008-10-26 20:36:42 / 2017-03-29 11:32:52
Download :
Sponsored Links / Related
ASP.NET Excel Response.ContentType = "application/vnd.ms-excel"
Rating :
ASP.NET Connect to Excel Application
Rating :
ASP.NET Write Excel (Excel Application)
Rating :
ASP.NET Delete Sheet Excel (Excel Application)
Rating :
ASP.NET Write Excel Multiple Sheet (Excel Application)
Rating :
ASP.NET Write Excel Style & Format (Excel Application)
Rating :
ASP.NET Excel Merge Cell (Excel Application)
Rating :
ASP.NET Read Excel (Excel Application)
Rating :
ASP.NET Excel Cell Borders (Excel Application)
Rating :
ASP.NET Read Excel Multiple Sheet (Excel Application)
Rating :
ASP.NET Excel Draw Line (Excel Application)
Rating :
ASP.NET ADO.NET & Excel (OleDb)
Rating :
ASP.NET Excel Insert Picture (Excel Application)
Rating :
ASP.NET ADO.NET & Excel (Odbc)
Rating :
ASP.NET Excel Open Document (Excel Application)
Rating :
ASP.NET Import Excel to Database (Excel Application)
Rating :
ASP.NET Upload Excel and Import to Database (Excel Application)
Rating :
ASP.NET Export Database to Excel (Excel Application)
Rating :
ASP.NET Export Database to Excel Report/Print Format (Excel Application)
Rating :
Free Tutorial
สอน Google Maps Api
สอน Windows Service
สอน Entity Framework
สอน Android
สอน Java เขียน Java
Java GUI Swing
สอน JSP (Web App)
iOS (iPhone,iPad)
Windows Phone
Windows Azure
Windows Store
Laravel Framework
Yii PHP Framework
สอน jQuery
สอน jQuery กับ Ajax
สอน PHP OOP (Vdo)
Ajax Tutorials
SQL Tutorials
สอน SQL (Part 2)
JavaScript Tutorial
Javascript Tips
VBScript Tutorial
VBScript Validation
Microsoft Access
MySQL Tutorials
-- Stored Procedure
MariaDB Database
SQL Server Tutorial
SQL Server 2005
SQL Server 2008
SQL Server 2012
-- Stored Procedure
Oracle Database
-- Stored Procedure
SVN (Subversion)
แนวทางการทำ SEO
ปรับแต่งเว็บให้โหลดเร็ว
Hit Link
นำเข้าสินค้าจากจีน
Taobao
เฟอร์นิเจอร์
ของพรีเมี่ยม
ร่ม
ปากกา
power bank
แฟลชไดร์ฟ
กระบอกน้ำ
แลกเปลี่ยน Exchange Link
ลองค้นหาสิ่งที่ต้องการ
Load balance :
Server 01
© www.ThaiCreate.Com. 2003-2024 All Rights Reserved.
ไทยครีเอทบริการ จัดทำดูแลแก้ไข Web Application ทุกรูปแบบ (PHP, .Net Application, VB.Net, C#)
[
Conditions Privacy Statement
]
ติดต่อโฆษณา
081-987-6107
อัตราราคา
คลิกที่นี่
Inline