Neal Becker wrote:

> I'd like to output some data directly in .ods format.  This format appears
> to be quite complex.  Is there any python software available to do this? 
> I
> did look at pyuno briefly.  It looks pretty complicated also, and it looks
> like it uses it's own private version of python, which would not help me.

Try 
import ooolib
#http://ooolib.sourceforge.net
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to