uno
Use OpenOffice Uno CLI with C# to create a spreadsheet
I have so far found a couple of sources that discuss creation of ODS files: How to create ODS documents in .Net and[详细]
2023-02-05 21:43 分类:问答are there any ways to embed Open Office into my application?
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.[详细]
2023-02-05 11:10 分类:问答Copy a whole ODT (Openoffice Writer) document section to other document with Openoffice Java API (UNO API)
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[详细]
2023-01-12 07:17 分类:问答OpenOffice iterating through TextTable detect merged and split cells (calculate colspan and rowspan)
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[详细]
2022-12-25 01:54 分类:问答OpenOffice with .NET: how to iterate throught all paragraphs and read text
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#.[详细]
2022-12-24 05:31 分类:问答Embedding objects into Microsoft Word and OpenOffice Writer [closed]
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.[详细]
2022-12-16 05:07 分类:问答In OpenOffice, how do I check if my XComponentContext has been closed?
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#):[详细]
2022-12-10 16:34 分类:问答Openoffice3.1 pyuno confusing errors
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.[详细]
2022-12-09 03:27 分类:问答How do I create an XTextTable in OpenOffice.org uno using C#?
Discussion on OOoForum.org In python, using pyuno, I can do it like this: table = self.model.createInstance(\"com.sun.star.text.TextTable\")[详细]
2022-12-08 15:02 分类:问答
加载中,请稍侯......