How to create / create simple extensions / additions of OpenOffice.org?

What are some of the requirements for creating simple OpenOffice.org extensions? I have a Perl program that works offline. With this Perl script, I want to create an OpenOffice extension.

Links to tutorials can also be helpful.

+3
source share
1 answer

You need to search no further than the Developer Wiki and search for Perl: AFAIK Developer's Guide, in any case, it is easier to develop them using python and Javascript. Depending on what you need to do, it may be easier to use some OO services using the CPAN modules from the Perl program.

+1
source

Source: https://habr.com/ru/post/1787873/


All Articles