| | |
Read Excel File from C#
Please support our C# advertiser: Intel Parallel Studio Home
![]() |
Hi
Once I wrote below coding it give error meassage.Error meassage is "Member not found".I wrote red color that show the error meassage is occur.
Thanks
Tank50
Once I wrote below coding it give error meassage.Error meassage is "Member not found".I wrote red color that show the error meassage is occur.
Microsoft.Office.Interop.Excel.Application xl = new Microsoft.Office.Interop.Excel.Application();
Excel.Workbook xlWorkBook = (Excel.Workbook)xl.Workbooks.Open("D:\\Test\\VOIP_X.xls", 0, true, 5, "", "", true, Microsoft.Office.Interop.Excel.XlPlatform.xlWindows, "\t", false, false, 0, true, 1, 0);
Excel.Worksheet xlWorkSheet = (Excel.Worksheet)xlWorkBook.Worksheets("1");
Excel.Range r = (Excel.Range)xlWorkSheet.Range("A30", "A30");
MessageBox.Show(r.Value.ToString());Thanks
Tank50
![]() |
Similar Threads
- Open Excel file from Visual Basic (Visual Basic 4 / 5 / 6)
- How to Read Excel File (C++)
- Help to read the excel file. (ASP.NET)
- how read from a excel file using vb6 (Visual Basic 4 / 5 / 6)
- excel file upload problem (ASP.NET)
- Create modify insert del read from excel file (C++)
- Read MS-Excel file through EVC++ 4.0 (C++)
- Reading Excel File using JAVA (Java)
Other Threads in the C# Forum
- Previous Thread: Vector2 Maths Problem (Acceleration/Deceleration towards a Point)
- Next Thread: garbage collector working principle
Views: 2815 | Replies: 4
| Thread Tools | Search this Thread |
Tag cloud for C#
.net access ado.net algorithm array barchart bitmap box broadcast button c# chat check checkbox class client color combobox control conversion csharp custom database datagrid datagridview dataset datetime degrees development draganddrop drawing encryption enum event excel file files form format forms ftp function gdi+ httpwebrequest image index input install java label list listbox listener login math mouseclick mysql networking object operator path photoshop picturebox pixelinversion post prime programming radians regex remote remoting resource save saving serialization server sleep socket sql statistics stream string table tcp text textbox thread time timer treeview update usercontrol validation view visualstudio webbrowser windows winforms wpf xml





