All,
I think I need to reframe my problem. I was behind a wrong issue. My issue is I have these two files
A,B,C
1,a,e
3,q,w
2,e,r
and
B,A,C
a,1,e
e,2,r
q,3,w
Technically, both of these files contains same data which I want to verify the same through my code. Winston, I am not generating data from Excel but thanks for your pointers.