On Aug 9, 8:21 am, nikolay marinov <[EMAIL PROTECTED]>
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

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to