G Guest Jul 30, 2004 #1 I would like to read an excel file on the nework and load the data to some combobox.
A Arne Janning Jul 30, 2004 #2 freddy said: I would like to read an excel file on the nework and load the data to some combobox. Click to expand... How To Automate Microsoft Excel from Microsoft Visual C# .NET http://support.microsoft.com/?id302084 Cheers Arne Janning
freddy said: I would like to read an excel file on the nework and load the data to some combobox. Click to expand... How To Automate Microsoft Excel from Microsoft Visual C# .NET http://support.microsoft.com/?id302084 Cheers Arne Janning
A Arne Janning Jul 30, 2004 #4 freddy said: I do not want to automate, I just want to readthe data from excel Click to expand... You can open and query an Excel Spreadsheet using the JET OLE DB Provider: http://www.able-consulting.com/MDAC...oviders.htm#OLEDBProviderForMicrosoftJetExcel http://support.microsoft.com/?id=278973 (ADO-classic, but this doesn't have an effect on connStrings and query syntax) A C#-Example is here: Query an Excel Worksheet Without using Interop http://www.knowdotnet.com/articles/exceldatasource.html Cheers Arne Janning
freddy said: I do not want to automate, I just want to readthe data from excel Click to expand... You can open and query an Excel Spreadsheet using the JET OLE DB Provider: http://www.able-consulting.com/MDAC...oviders.htm#OLEDBProviderForMicrosoftJetExcel http://support.microsoft.com/?id=278973 (ADO-classic, but this doesn't have an effect on connStrings and query syntax) A C#-Example is here: Query an Excel Worksheet Without using Interop http://www.knowdotnet.com/articles/exceldatasource.html Cheers Arne Janning