I have so far found a couple of sources that discuss creation of ODS files: How to create ODS documents in .Net and
I am successful in working with Open Office via UNO. Now I want to embed the 开发者_Python百科Open Office library into my Java application, is it possible?Yes you can. You need the OpenOffice SDK.
I need to use the OpenOffice Java API to copy a document section and paste it over another document section. So far 开发者_如何学编程I have managed to copy the text of the section of the source docume
I am using OpenOffice uno api to iterate through all text in writer document. To iterate over text tables currently I am using XTextTable interface getCellNames() method. How I could detect merged and
How to iterate through all paragraphs in OpenOffice Writer document and output text. I have Java examples, but don\'t know how to convert code to C#.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
I have a small application that generates three different template documents in OOo Writer. When one of the three \"generate\" buttons is clicked, this is part of the code that is executed (in C#):
I\'m trying to get the sample and other sample codes i find for pyuno running with openoffice 3.1.1 and python 2.5 with no luck.
Discussion on OOoForum.org In python, using pyuno, I can do it like this: table = self.model.createInstance(\"com.sun.star.text.TextTable\")