The ODFDOM Toolkit API is a framework written in Java and designed to provide an easy common way to create, access and manipulate OpenDocument format (ODF) files, without requiring detailed knowledge of the ODF specification.
The purpose of these tutorials is to get you started with the toolkit as quickly and easily as possible.
Tutorial 0: Quick Start
Tutorial 1: OpenDocument Format and the ODFDOM API
Tutorial 2: Creating Text Documents using ODFDOM
Tutorial 3: Creating Spreadsheet Documents using ODFDOM
Tutorial 4: Creating Presentation Documents using ODFDOM
Note: Each of these tutorials builds on information from the previous tutorial, so it is worthwhile to read them in order.