Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Simple way to read an Excel Cell and display it.

Status
Not open for further replies.

pasu

Programmer
Aug 9, 2003
17
US
Hi:

I am working on a C# Windows application, I want to read from a Excel file and display the number in a Excel cell to a C# form label. What is the easier way to do that?

Pat
 
You can read from an excel file using ADO.net, treating it as a datasource. Then you can just grab the value from the correct cell once you are in there.

----------------------------------------

TWljcm8kb2Z0J3MgIzEgRmFuIQ==
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top