Search code examples
javaopendocument

Parsing OpenDocument Spreadsheets (*.ods)


I wonder if there is a tool/lib with friendly API for parsing such documents. I guess I'm looking for some analogy of Apache POI, which supports OpenOffice documents.

Does anybody know such a tool?


Solution

  • Use the Apache ODF toolkit together with SimpleODF:

    http://incubator.apache.org/odftoolkit/simple/index.html