Is there any library to compare the contents of two Excel files?
Hi. You can use python difflib for this.
Good solution to this issue. Thanks!
But I decided to use Pandas library in this case.
Is there any library to compare the contents of two Excel files?
Hi. You can use python difflib for this.
Good solution to this issue. Thanks!
But I decided to use Pandas library in this case.