I am having python 2.7 installed on my windows 7. I have installed Libre Office 3.4 which comes with python 2.6. Hence i am not able to import uno and unohelper even after setting all environment vari
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
I would like to retrieve the plural words in different languages in Python. I know that openoffice has an API called uno (import uno) and it should give me this ability using openoffice\'s language d
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.