Solved Removing Duplicates

Status
Not open for further replies.

kumarsiva

New Member
Hi

Please some one suggest how to remove duplicates from three excel sheets? I have tried by appending all three collections into one collection and use using loops, but for better performance need code to write using C# . Please suggest C# code to remove duplicates.

Thank You
 

cs.andras

Active Member
Hi

Please some one suggest how to remove duplicates from three excel sheets? I have tried by appending all three collections into one collection and use using loops, but for better performance need code to write using C# . Please suggest C# code to remove duplicates.

Thank You
Hi,
The fastest in my opinion would be to merge the 3 excels and remove duplicates there. If you need the 3 files to remain separate, then of course this version won't work for you. Otherwise it'd be quite fast.
Regards,
Andras
 
Status
Not open for further replies.
Top