Hello, > There is no package needed to read or write the new open document files. > The files are merely a jar archive containing XML files. You can open > and update them using jar as a subprocess and manipulate the XML files > using your favorite XML libraries DOM/SAX/XPath/Etree/etc.
thanks for your hint. I was aware of that, OO files are a bunch of zipped XML files. But, i searh for something more comfortable/highlevel that lets me just do things like doc.Cell(1, 3) = 'abc' or so. > If that doesn't suit you, you can manipulate them using OO.org through its > UNO interface; but, I find that much more involved then simply accessing > the files directly. Thanks, i read about it but as i understood it, UNO needs Python 2.3.x and i'd like to base on something actual. Best regards, Torsten. -- http://mail.python.org/mailman/listinfo/python-list