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
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
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.
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
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开
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
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
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.
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.
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