Opening excel 2000 files from Visual Basic .NET

  • Thread starter Thread starter Vmrincon
  • Start date Start date
V

Vmrincon

Hi!

I need to crete a visual basic .net application to read Excel 2000
files. Does anyone know if I need some kind of driver or some extra
file to be able to do it?

Thanks a lot!
 
Hi!

I need to crete a visual basic .net application to read Excel 2000
files. Does anyone know if I need some kind of driver or some extra
file to be able to do it?

Thanks a lot!

No special driver needed - Excel supports OleDb and Odbc connections
so you can use the standard Ado.Net practices. Here's the
connectionstrings.com page for excel:

http://www.connectionstrings.com/?carrier=excel

Thanks,

Seth Rowe
 
¤ Hi!
¤
¤ I need to crete a visual basic .net application to read Excel 2000
¤ files. Does anyone know if I need some kind of driver or some extra
¤ file to be able to do it?

See if the following helps:

How To Use ADO.NET to Retrieve and Modify Records in an Excel Workbook With Visual Basic .NET
http://support.microsoft.com/kb/316934


Paul
~~~~
Microsoft MVP (Visual Basic)
 
Back
Top