c# - How can I populate data from an Excel worksheet to grid? -
I am working on an application where I want to get an email ID from Excel sheet and send an email to each ID . I have tried to display an email ID in a grid as a test. My application is not throwing any errors, but it is not implementing it in the required way.
Does anyone help to understand why this is happening?
Take a look at this code, which adds Excel to a gridview:
This can provide you with a neutral test with a tapping. Without your code and spreadsheets it is difficult to say what is the problem.
Comments
Post a Comment