Cevdet Adanali

Cevdet Adanali

  • NA
  • 5
  • 5.3k

How Get Multiple Columns From Excel To Lisboxes in C#

Feb 27 2013 10:41 AM
Hi,

I have an Excel file 2007.  There are 3 columns.Like This:

No  Name  Grade
1  Ali  100
2  Denis  85
3  John  70


I wanna get this excel columns into Listboxes with two buttons named "Browse" and "Load".

Column No     to Listbox1
Column Name to Listbox2
Column Grade to Listbox3


How can i do this?





Answers (2)