Comparing Excel spreadsheets programmatically can be tricky. Projects like Apache POI and JExcel let you build and interrogate sheets but don’t offer a built in compare function. Fortunately, simple-excel offers a simplified API for building sheets in Java and a bunch of Hamcrest matchers to find any differences. Building Spreadsheets Simple-excel takes a sheet as a template and allows you to appl