Compare files content

Is there any library to compare the contents of two Excel files?

1 Like

Hi. You can use python difflib for this.

1 Like

Good solution to this issue. Thanks!
But I decided to use Pandas library in this case.