I'm a computer programmer analyst and I programmed in VBA. But now that I have also have Linux and using Office.Org, is there a programming scripting language with Office.Org?
I'm a computer programmer analyst and I programmed in VBA. But now that I have also have Linux and using Office.Org, is there a programming scripting language with Office.Org?
There is a common API that can be accessed using Java and OO.org Basic (similar to, but not directly compatible with, VBA). See the OpenOffice.org API site for info, links and the Developer's Guide (but ignore the PDF links -- Oracle seems to have decided that nobody needs a local copy of the guide anymore; that the wiki is enough for anybody's needs, thank-you very much).
“Beware of bugs in the above code; I have only proved it correct, not tried it.” --Donald Knuth
"It was as if its architects were given a perfectly good hammer and gleefully replied, 'neat! With this hammer, we can build a tool that can pound in nails.'" -- Alex Papadimoulis (on TheDailyWTF.com)
Don't leave out Python and Javascript for scripting, though Python can't be edited or debugged using OO's IDE. You can add support for languages with Java interpreters or other languages via a language with existing support.
Be sure to read all pages linked in this post; they have further information that should prove useful. When asking for help, make sure you follow Eric Raymond's and Jon Skeet's guidelines for prompt, accurate responses. Please answer any questions I ask; they're not rhetorical (probably). Any posted code is intended as illustrative example, rather than a solution to your problem to be copied without alteration. Study it to learn how to write your own solution.Misson, not Mission.