开发者

How can i access data in Excel sheet using vb?

开发者 https://www.devze.com 2023-02-07 14:13 出处:网络
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.

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.

0

精彩评论

暂无评论...
验证码 换一张
取 消