...
- Apache POI consists of APIs for manipulating various file formats based upon Microsoft's OLE 2 Compound Document format using pure Java. In short, you can read and write MS Excel, Word, PowerPoint files (97-2003 with varying levels of support) using Java.
- WebTest's Excel Steps let's lets you test Excel content. The examples are in XML (Ant build format) but you can use Groovy with AntBuilder too.
...