LibreOffice with Python
Terry Reedy
tjreedy at udel.edu
Tue Jan 10 19:04:51 EST 2012
On 1/10/2012 5:29 PM, Ben Finney wrote:
> LibreOffice supports scripting with several languages, including Python
> <URL:http://help.libreoffice.org/Common/Scripting>.
So that page says. But it only tells how to attach a Python script once
writen, not how to write one that will do anything. Are there any links
for that?
> Extensions can also be written in Python, using the UNO runtime API
> <URL:http://api.libreoffice.org/>.
The one Python example imports Python wrappers for the API. Do you have
any idea how to get the importable modules?
--
Terry Jan Reedy
More information about the Python-list
mailing list