I\'m writing a JUnit test for some code that produces an Excel file (which is binary). I have another Excel file that contains my expected output. What\'s the easiest way to com
You could use javaxdelta to check whether the two files are the same. It's available from here:
http://javaxdelta.sourceforge.net/