Easiest way to compare two Excel files in Java?

前端 未结 11 889
面向向阳花
面向向阳花 2021-02-02 14:23

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

11条回答
  •  佛祖请我去吃肉
    2021-02-02 14:33

    Please, take a look at the site to compare the binary files, http://www.velocityreviews.com/forums/t123770-re-java-code-for-determining-binary-file-equality.html

    Tiger

提交回复
热议问题