On Aug 9, 8:21 am, nikolay marinov <n.mari... at sistechnology.com> wrote: > Hi, everyone.Does anybody have an idea how can i test two xls files for > equality with Python You should be able to read chunks of each file in binary mode and do a compare to check for equality. Some kind of loop should do the trick. Mike