Hi, I am looking for a java API that I can use to parse or create an OpenOffice 1.0 (or higher) spreadsheet (.sxc files, media type application/vnd.sun.xml.
calc). I thought I could easily find plenty of API out there which provide an easy interface to get sheet, row, cell and etc. The API I have seen so far requires a socket connection to a running OpenOffice app which seems very strange to me ...