views:

596

answers:

2

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?

+2  A: 

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

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

xyz
This is what I was looking for. Thanks alot.
Mnementh
A: 

jOpenDocument is all you need.