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
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.
精彩评论