javaspreadsheetodf

How can I access spreadsheets in the open document format (.ods) with Java?


I want to read, write and create Spreadsheets in the Open Document Format with Java. And I want the resulting Java-program running on a computer without OpenOffice.org or other ODS-capable programs installed. Exists a library to access this format?


Solution

  • Take a look at jOpenDocument: http://www.jopendocument.org/documentation.html

    Especially: http://www.jopendocument.org/start_spreadsheet_3.html