Hi,

I'm new in C#.

I want to import data from Microsoft Access into Excel spreadsheet.
How can I do this?

Do I need to use OLEDBConnection and retrieve the data or is there any straight away way to import the data?

Can someone point me to the right tutorial please.


Thanks,

>How can I do this?

Classes of Oledb namespace.

See,

str="UPDATE [Sheet1$A1:A1] SET B1=90";
Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.