User-1095265126 posted
I'm stroing data into DataSet from excel file using Oledb provider in asp.net c# application.
query: SELECT * FROM [Sheet1$]
everything is working fine but my concern is that 1st row should be skiped and 2nd row should be used for heading and rest for datarow.
I need help on urgent basis.
thanks