Generating OOo-Calc charts with Ruby

For a while I have been using Ruby to generate charts in Excel through
WIN32OLE, i.e. require 'win32ole'. I am now wondering if something
similar can be achieved using OpenOffice.org Calc and Ruby. I can't find
anything about this when googling, but I would be surprised if it isn't
possible.

/al

···

--
Posted via http://www.ruby-forum.com/.

Since the OO document format is an XML dialect, it should be possible to
generate the files directly with e.g. REXML.

···

On 3/19/07, apanloco <apanloco@gmail.com> wrote:

For a while I have been using Ruby to generate charts in Excel through
WIN32OLE, i.e. require 'win32ole'. I am now wondering if something
similar can be achieved using OpenOffice.org Calc and Ruby. I can't find
anything about this when googling, but I would be surprised if it isn't
possible.

--
Avdi