[olug] Report Generator
    Mike Hostetler 
    hostetlerm at gmail.com
       
    Mon May 24 22:06:59 UTC 2004
    
    
  
Well, OOo files are just zipped XML documents.  All you have to do is
generate the data into the XML language that OO speaks, and there you
have it.
Of course, this assumes you know XML programming, and you have a
favorite programming language to do XML in (I prefer Python, but
YMMV).
Have you looked at the OO API?  It and the XML format are documented:
http://api.openoffice.org/
http://xml.openoffice.org/
Generating the raw XML files is where I would start . . . 
-- mikeh
    
    
More information about the OLUG
mailing list