| | |
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
- Open Excel file from Visual Basic (Visual Basic 4 / 5 / 6)
- 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++)
- 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
Views: 1531 | Replies: 0
| Thread Tools | Search this Thread |
Tag cloud for ASP.NET
.net 2.0 3.5 activexcontrol advice ajax anathor asp asp.net bc30451 bottomasp.net browser businesslogiclayer button c# c#gridviewcolumn checkbox child click commonfunctions compatible confirmationcodegeneration content contenttype courier css database datagrid datagridview datagridviewcheckbox datalist deadlock development dgv dropdown dropdownmenu edit expose feedback flash flv folder form formatdecimal forms formview google grid gridview homeedition hosting identity iframe iis index javascript jquery list menu migration mono mssql multistepregistration nameisnotdeclared object objects order problem ratings refer rotatepage save search security serializesmo.table session silverlight smartcard sql sqlserver2005 suse textbox tracking typeof unauthorized update validation vb vb.net video view virtualdirectory vista visual-studio visualstudio web webarchitecture webdevelopemnt xml youareanotmemberofthedebuggerusers





