How will remove the duplicating entries in excel through c# coding?
Suppose I insert and update the data in excel through c# coding but how will I stop the duplicating entries store in database (excel sheet). plz help. Thanx in advance.
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
hitesh oberoiPosted Feb 18, 2009, 12:49 AM
Mahesh ChandPosted Feb 17, 2009, 11:30 AM
This will be done in your code before you save them. You need to first get data and loop through each item and see if there are any duplicates and delete them from the object such as a DataTable. Then you write to Excel.