| | |
Help to read the excel file.
Please support our ASP.NET advertiser: Intel Parallel Studio Home
![]() |
Here i am attatching the source code and the excel file. When i use this code it generates the error , "The external table is not in correct format'.
Code:
If you want to test i have also attatched the excel file in zip filder that i am using
One thing however this working to read any other excel file.
Please if someone has any idea help me.
Code:
asp.net Syntax (Toggle Plain Text)
private string StrConn = ""; OleDbDataAdapter da; DataSet ds = new DataSet(); StrConn = @"Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" + filePath + ";Extended Properties=\"Excel 8.0;HDR=Yes;IMEX=1\""; da = new OleDbDataAdapter("SELECT [Response Code], [Transaction ID] FROM [Download20080831-112615$]", StrConn); da.Fill(ds); }
If you want to test i have also attatched the excel file in zip filder that i am using
One thing however this working to read any other excel file.
Please if someone has any idea help me.
Last edited by peter_budo; Sep 2nd, 2008 at 7:32 am. Reason: Keep It Organized - please use [code] tags
Thanks and Best of Lusk,
Farid ud din Masood
MS.c (CS)
University of Agriculture, Faisalabad
Farid ud din Masood
MS.c (CS)
University of Agriculture, Faisalabad
![]() |
Similar Threads
- excel file upload problem (ASP.NET)
- Create modify insert del read from excel file (C++)
- Manipulate Excel file using C++?? (C++)
- Read MS-Excel file through EVC++ 4.0 (C++)
- Open Excel file from Visual Basic (Visual Basic 4 / 5 / 6)
- read excel records in asp not refreshing (is the excel file cached) (ASP)
- Reading Excel File using JAVA (Java)
Other Threads in the ASP.NET Forum
- Previous Thread: Retaining checkbox values during paging
- Next Thread: How to use serach tools on my local Intraweb
| Thread Tools | Search this Thread |
.net 2.0 3.5 activexcontrol advice ajax appliances asp asp.net bc30451 beginner bottomasp.net box browser businesslogiclayer button c# c#gridviewcolumn cac checkbox class click compatible confirmationcodegeneration content contenttype control countryselector courier css database datagrid datagridview datagridviewcheckbox datalist deadlock deployment development dgv dialog dropdownmenu dynamic edit embeddingactivexcontrol fileuploader findcontrol flash flv forms gridview gudi homeedition iframe iis javascript jquery list menu mono mssql multistepregistration nameisnotdeclared novell objects order problem ratings redirect registration relationaldatabases rotatepage save search security serializesmo.table sessionvariables silverlight smartcard sql ssl suse textbox tracking treeview unauthorized validatedate validation vb.net video virtualdirectory vista visual-studio visualstudio vs2008 web webarchitecture webdevelopemnt webdevelopment wizard xml





