Hi, The error you see is caused by missing styles in temperature.ods, these styles are not required by the OpenDocument standard and are wrongly checked in the b3 you use. To fix the document, load & save in OpenOffice, it will add the missing values.
Beta4 is delayed to september. The source code repository is available on java.net, it is updated at every major releases. Due to budget limitations, bugfixes/help/support/custom dev/... are provided under commercial licence. Regards, Guillaume 2010/8/25 stepheneb <[email protected]> > I tried to combine the spreadsheet created in this example: > http://www.jopendocument.org/start_spreadsheet_1.html. > > Which created the file: "temperature.ods" > > With the PDF generation in this example: > http://www.jopendocument.org/tutorial_pdf.html > > So instead of loading from > > doc.loadFrom("template/invoice.ods"); > > I start the pdf example with: > > doc.loadFrom("temperature.ods"); > > But I get this error: > > Java.lang.IllegalArgumentException: OfficeAutomaticStyles cannot be > null (NativeException) > > I saw an earlier thread about this possibly being fixed in beta4 ... > but I couldn't find any source code repository to see if any progress > has been made towards fixing that bug. > > Is there a public source code repository? > > Would be great to see the library on github -- would make > collaboration much easier.
