uno
How to insert data to Open Office Base using Visual Basic?
I have a problem in inserting data from a sheet into database. Some people say that this can be done using (UNO) RowSet, but i find minimal example for this. 开发者_高级运维Could anyone give my a samp[详细]
2023-04-11 09:06 分类:问答How do I run OpenOffice.org as a background process for connecting my application to using the UNO Java API?
Right now, I\'m starting OpenOffice.org 3.3 with the arguments \"-accept=socket,host=0,port=8100;urp;\" using a shell script (.bat file on Windows, .sh file on Solaris). OpenOffice.org starts and the[详细]
2023-04-06 16:28 分类:问答freezing pane in excel sheet being written with python using openoffice uno module
I have a Python script that reads a OpenOffice odt template and creates a xls file after inserting required data. I am using OpenOffice uno module with python.[详细]
2023-04-05 04:30 分类:问答OpenOffice Basic Select All
Does anyone know how to select all the used cells in an OpenOffice Basic Macro? I found this other question telling how to do it with pyUno:开发者_如何学Python[详细]
2023-03-14 18:33 分类:问答Adding slide UNO API
Im creating an add-on for impress, in which one of the feature is to add a slide. I could manage to add a blank slide by using XDrawPages for the current Componenet. How can i add a slide with someo开[详细]
2023-03-09 16:52 分类:问答Is there a simple way to write an ODT using Python?
My point is that using either pod (from appy framework, which is a pain to u开发者_高级运维se for me) or the OpenOffice UNO bridge that seems soon to be deprecated, and that requires OOo.org to run wh[详细]
2023-02-21 18:42 分类:问答How to shutdown OpenOffice from my Java Uno application?
I have Java Uno application which runs on server and performs automated text extraction from documents. I want to shutdown OpenOffice from my application before开发者_如何学Go exiting.How can I do thi[详细]
2023-02-16 19:10 分类:问答Java OpenOffice UNO API: How to scale spreadsheet document?
I have an Excel document and I want to export it to PDF format. However, my document goes beyond A4 format area and I want to scale it before 开发者_如何转开发export.[详细]
2023-02-14 03:11 分类:问答OpenOffice pyuno "select all"
Does anyone know how to use the OO uno bridge api to \"select all\" in a Calc sheet? Alternatively, finding the maximum used row and column number would work.[详细]
2023-02-10 05:20 分类:问答Using pyuno on MacOS to do file conversions
I am running MacOS 10.6 and OpenOffice 3.3.I am interested in using PyUNO to script conversions of .odp to .ppt, .pdf, and .swf.I have not found any c开发者_C百科lear documentation on how to do so wit[详细]
2023-02-08 14:07 分类:问答