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?
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.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.