excel file in vb.net

前端 未结 1 996
遥遥无期
遥遥无期 2021-01-26 18:04

How do I open, edit, read excel columns in vb.net? Like, for example, I want to know the values of column B up to the cell that it contains values. Thank you.

相关标签:
1条回答
  • 2021-01-26 18:21

    Use ADO.Net.

    Here's a link.

    More examples:

    Read excel 1st sheet into VB.NET

    Reading Cells in Excel Using VB.NET

    How to open Excel 2007 in vb.net

    0 讨论(0)
提交回复
热议问题