Hi ,
Inorder to remove the duplicates I did the following steps:
1. got the worksheet values into the collection.(this can be used by using ""get worksheet values as collection "" from action in Excel Business Object).
2. wrote a code stage in C# to ...