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
Just found out there's something in commons-io's FileUtils. Thanks for the other answers.