Skip to content

Instantly share code, notes, and snippets.

@conholdate-docs-gists
Created October 28, 2022 08:18
Show Gist options
  • Save conholdate-docs-gists/cb7d8fdd9962a49f943853bcd0c99318 to your computer and use it in GitHub Desktop.
Save conholdate-docs-gists/cb7d8fdd9962a49f943853bcd0c99318 to your computer and use it in GitHub Desktop.
try (Comparer comparer = new Comparer(sourceFile)) {
comparer.add(targetFile1); // 1st.xlsx
comparer.add(targetFile2); // 2nd.xlsx
final Path resultPath = comparer.compare(resultFile);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment