I’m generating an ODS spreadsheet as an output from a Java program. I am currently trying to set up test cases for the same. In order to this, I need to compare the expected and actual outputs.
I am currently using ODFToolkit to create the document.
How do I compare the two spreadsheets (expected and actual) in a Java program?
In case anyone needs the solution, here it is