Snehal
Snehal

Reputation: 1

How can i access data in Excel sheet using vb?

Am devoloping a windows form application which need to retreive a particular column from Excel sheet and i want to display that data in a dropdown menu. As i am newbie to Visual Basic please explain end to end process with code. Thanks, Snehal

Upvotes: 0

Views: 464

Answers (1)

Nasir
Nasir

Reputation: 11451

You will need to use Microsoft Office Interop. You can find an example at http://dotnetperls.com/excel

Also, this page at C-Sharp Corner might be exactly what you're looking for.

Upvotes: 1

Related Questions