IO package: Difference between revisions

6 bytes removed ,  17 November 2011
updated links (from upstream package doc)
(created page (from READ-ODS package doc))
 
(updated links (from upstream package doc))
Line 34: Line 34:
For ODS access, you'll need to choose at least one of the following java class files collections:
For ODS access, you'll need to choose at least one of the following java class files collections:
* (currently the preferred option) odfdom.jar (only versions 0.7.5, 0.8.6, and 0.8.7 work OK!) & xercesImpl.jar. Get them here:
* (currently the preferred option) odfdom.jar (only versions 0.7.5, 0.8.6, and 0.8.7 work OK!) & xercesImpl.jar. Get them here:
** http://odftoolkit.org/projects/odfdom/downloads/directory/previous-versions%252Freleases
** http://odftoolkit.org/projects/odfdom/pages/Home
** http://odftoolkit.org/projects/odfdom/downloads/directory/current-version
** http://odftoolkit.org/projects/odfdom/downloads/directory/current-version
** http://xerces.apache.org/mirrors.cgi
** http://www.google.com/search?ie=UTF-8&oe=utf-8&q=xerces-2.9.1+download
* jopendocument<version>.jar. Get it from http://www.jopendocument.org (jOpenDocument 1.2 (final) is the most recent one and recommended for Octave)
* jopendocument<version>.jar. Get it from http://www.jopendocument.org (jOpenDocument 1.2 (final) is the most recent one and recommended for Octave)
* OpenOffice.org (or clones like LibreOffice, Go-Office, ...). Get it from http://www.openoffice.org. The relevant Java class libs are unoil.jar, unoloader.jar, jurt.jar, juh.jar and ridl.jar (which are scattered around the OOo installation directory), while also the <OOo>/program/ directory needs to be in the classpath.
* OpenOffice.org (or clones like LibreOffice, Go-Office, ...). Get it from http://www.openoffice.org. The relevant Java class libs are unoil.jar, unoloader.jar, jurt.jar, juh.jar and ridl.jar (which are scattered around the OOo installation directory), while also the <OOo>/program/ directory needs to be in the classpath.