<br><br><div><span class="gmail_quote">On 8/2/07, <b class="gmail_sendername">Steve Boak</b> <<a href="mailto:sboak@westnet.com.au">sboak@westnet.com.au</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hi All<br><br>I'm trying to update a couple of fields in an openoffice calc spreadsheet with<br>data from an automated weather station but I'm having trouble finding an API<br>to do it.<br>...<br>perl, python, php, shell, any interface will do :-)
</blockquote><div><br>There is a programming API for OpenOffice - this may be overkill for
what you want to do, but I've used it in the past for doing document
format conversions (primarily from anything to PDF). It was a couple of years ago and in OO 1.3, not 2.x
variety but you should be able to access it from there - and hopefully the 2.0 api has made improvements.<br><br>I was using the
java api for all the work, but I believe there is a C++ extension (so potentially a scripting language could be used). <br><br>The 1.3 version had two drawbacks - 1. it wasn't particularly stable and 2. it required X11 to be running, which when I was administering these servers in Germany made it a pain, but vnc got me around some of those trouble.
<br><br>I believe they were going to work on fixing point 2 for the 2.0 release.<br>
<br>
You can have a look at <a href="http://api.openoffice.org">http://api.openoffice.org</a><br><br>Kirk<br> </div></div><br>