Here is a class with usefull asserts for JUnit testing Here is a sample usage of the class. // Already existing "GOOD" file String expected = "testStatic1.xls"; // Where the orgram will write it String result = "output/text.xls"; myClass.createQAReportFile(result); assertSheet1Values(expected, result); assertSheet1PrintSetup(expected, result); I am not now nor have I ever been a party to a Non-Disclosure agreement with the Microsoft corporation regarding an Office File Format or received information which you have reason to believe came from an individual party to such an agreement.
Created attachment 5290 [details] HSSFAssert class.
Nick, can you put this in a directory preserving zip relative to jakarta-poi? It wasn't clear to me WHERE this should go... My gut says in "contrib" but I trust your judgement. As soon as I gather that I'll commit this. sorry it took so long.
information asked for but not provided.
Sorry, I missed the request. I will resubmit.