Hi, Today I've released Joeffice <http://www.joeffice.com> which is an open-source (Apache license 2.0) office suite written in Java. This office suite uses mainly Apache POI to read the documents. >From Apache POI, I use docx, xsl, xslx (ss API) and pptx reader and writer (and the model too).
I hope this will encourage people to participate in the Apache POI open source project and this will help Apache POI developers to test and develop the API further. I had some of limitation from POI while developing Joeffice: * You cannot get the location of the pictures for the spreadsheet * You cannot get the graphs of the spreadsheet (only create one) * After saving xlsx, you cannot use the model anymore * Getting highlight (background color) for docx and xlsx * Setting background color of the presentation fails More info about this open source project at http://www.joeffice.org Source code available at https://bitbucket.org/agoubard/joeffice/src Thanks and best regards, Anthony Goubard
