user1396678
user1396678

Reputation: 21

C# How can I fill list Box with info from excel?

so what I'm trying to do is fill a listBox with information from excel cells. When I click button1 it brings up new form with listbox, now what i need is to add each cells that have info in them in Colon A in to listBox. Can anyone explain me how to do that ? any type of information would be help full. All so I'm not using OLEDB i have pre-defined file path to excel document. All so code sample would be grate. Thanks in advance.

Upvotes: 0

Views: 412

Answers (1)

Jakub Konecki
Jakub Konecki

Reputation: 46008

I would suggest using EPPlus for reading Excel files

Upvotes: 1

Related Questions