Click here to Skip to main content
15,907,677 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I am new to c# and to use closedXML. I am not able to find the projects related to working with excel sheets by using ClosedXML to refer. Any suggestions would be appreciated
I am trying to solve the following problem.

I have an excel sheet which contains two columns A and B
In A: Student names
In B: each Student's phone number.
In C: blabla
In D: lkadiq........
....

I would like to see the student names in a combobox, and select any student name of my choice. Afterwards, when I click on a button, my programm should display the address(from column B) and related things present in the Column C D E.. of the selected student in a label or a in a textbox.

It would be great if I could get any help to proceed and solve this problem.

Thank you.
Posted
Updated 12-Jan-16 22:29pm
v2

1 solution

HI, there are some links from which you can get help.

thanks.


ClosedXML - The easy way to OpenXML - Home[^]

download a sample code:

Read and Import Excel data to DataTable using ClosedXml in ASP.Net with C# and VB.Net[^]
 
Share this answer
 
Comments
Member 12257316 13-Jan-16 4:32am    
Thank you for the response .. I am looking for even more example related to closedXML. I have already checked the above mentioned links.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900