|
|
|
C# กับ Excel คือผมต้องการโหลดข้อมูลจาก excel ลองทำตาม ตัวอย่าง |
|
|
|
|
|
|
|
คือผมต้องการโหลดข้อมูลจาก excel ลองทำตาม ตัวอย่าง
https://www.thaicreate.com/asp.net/asp.net-import-excel-to-database.html นี้แล้ว
ผมติดตรงนี้อยุ่อ่ะครับ
Code (C#)
Microsoft.Office.Interop.Excel.Application excel = new Microsoft.Office.Interop.Excel.Application();
Microsoft.Office.Interop.Excel.Workbook excelbook;
Microsoft.Office.Interop.Excel.Worksheet excelsheet;
excelbook = excel.Workbooks.Open(Label1.Text,0, true,5,"","",true, Type.Missing,"\t",false,false,0,true, Type.Missing, Type.Missing);
มัน error ว่า old format or invalid type library. (exception from .....)
แก้เป็นอะไรดีครับ
Tag : - - - -
|
|
|
|
|
|
Date :
2010-04-03 15:04:05 |
By :
zicxnals |
View :
2348 |
Reply :
3 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 00
|