Compare excel sheets by scanning the second sheet
I need to compare excel sheets, the script will see the first data on Sheet1 then will scan the Sheet2 for the same data, if no identical it will be printed out, then move to the next cell of Sheet1 it will scan again the Sheet2 for idetical data and so on..., I have the idea but I don't know how to start this using python language.