While searching for a functionality of importing excel to database using C#. I searched a lot and couldn't get an appropriate article for a very simple functionality. After 15 minutes of searching, I got some code with bugs in it. Rectified the same and it's for you.
Below is the code for importing excel data cell by cell. Enjoy coding
Excel.Application xlApp;
private void LeakageChecks_Load(object sender, EventArgs e){

Join the conversation! Your thoughts help the community grow.