exporting data in excel to C# dataset

  • Thread starter Thread starter Mike P
  • Start date Start date
M

Mike P

How do you go about exporting data in excel to a C# dataset?

Any help would be really appreciated.


Cheers,

Mike
 
Mike,

The easiest way would be to use an OleDbDataAdapter and use the Jet
provider for OLEDB, as it can read Excel workbooks.

Hope this helps.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Export to excel 2
C# for SQL Data Transfer 3
reading data from excel file 1
C# data access 2
Export To Excel 4
DataSet append 2
VB.NET Datasets 0
C# Export Excel to client side 5

Back
Top