Easiest way to compare two Excel files in Java?

前端 未结 11 864
面向向阳花
面向向阳花 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:29

    You could use javaxdelta to check whether the two files are the same. It's available from here:

    http://javaxdelta.sourceforge.net/

提交回复
热议问题