what language do I need to write macros in LIbre Office Calc?

calc, libreoffice, macros, python

Solution

Python is the way to go.

Start here: http://wiki.python.org/moin/BeginnersGuide

And no, you're not wasting time. You'll look back and say, why didn't I do it sooner.

Problem

I've written a bunch of VBA code for various things in Excel. I'm looking at migrating to libreOffice. Under Tool->Macros->Organize Macros: the two choices are LibreOffice Basic and Python. Should I learn one of those, both, or something else. Am I wasting my time altogether? Any suggestions appreciated.

Original source