OpenOffice
From DocForge
OpenOffice.org is a well known cross-platform open source office suite. It's one of the most popular and featureful competitors to Microsoft Office. NeoOffice is a Mac OS X version of OpenOffice.org which integrates better with the OS X user interface.
Contents |
Versions [edit]
OpenOffice.org for Mac OS X [edit]
Version 3 of OpenOffice.org is the first to be native on Mac OS X. Prior versions required X11, or the use of NeoOffice which relied on Java. Therefore OpenOffice.org 3 greatly improves performance and usability for Mac users.
Features and How-Tos [edit]
Performance [edit]
Performance can be improved, particularly during launch, by not integrating the Java runtime environment (JRE). Java is only used in OpenOffice.org for a few particular tasks and is often not required for most standard use cases. Loading of Java can be turned off in the Java section of the Preferences / Options window by simply unchecking the top check box.
Connecting to MySQL [edit]
(Note this has been tested with NeoOffice. The process should be similar, if not identical, in OpenOffice.org)
OpenOffice.org supports database connectivity. This allows for graphically browsing and querying a database, as well as linking a database directly to a spreadsheet. Connectivity to MySQL is possible through JDBC.
- Download and install the MySQL JDBC driver from http://dev.mysql.com/downloads/connector/j/. On a Mac the JAR should be placed in /Library/Java/Extensions.
- For some reason NeoOffice doesn't automatically recognize the new driver classes, so if you're using NeoOffice...
- Open the Preferences window
- Open the NeoOffice section
- Go to the Java section
- Press the Class Path... button on the right
- Press Add Archive...
- Choose the JAR file previously downloaded
- It should now appear in the list, so press OK to the close the Class Path window and OK again to close the preferences
- Choose "Database" in OpenOffice.org's main menu
- Choose "Connect to an existing database" and select MySQL in the drop-down. Press Next.
- "Connect using JDBC". Press Next.
- Enter the database details and press Test Class. If the driver was properly loaded press Next.
- Enter the login info and test the connectivity. Press Next.
- Save the settings in an OpenOffice.org database file.
To use the data in a spreadsheet go to the View menu and select Data Sources.
See Also [edit]
- Other comparable office suites

