Does anyone have any go-to resources to help with scripting LibreOffice Calc? I do not need to convert Excel/VBA scripts for use with LibreOffice; I am fine writing things from scratch. But learning VBA at work was incredibly easy because I could just do a generic Internet search for what I want to do, and there would be a dozen different help posts and articles with detailed explanations and exact code to solve the problem with VBA. But on the LibreOffice Calc side, I cannot find much useful information, for either BASIC or Python.
What features of Excel do you use that warrants exclusivity? I’m genuinely curious.
Mountains and mountains of janky spaghetti code VBA macros. That’s the only answer left.
Does anyone have any go-to resources to help with scripting LibreOffice Calc? I do not need to convert Excel/VBA scripts for use with LibreOffice; I am fine writing things from scratch. But learning VBA at work was incredibly easy because I could just do a generic Internet search for what I want to do, and there would be a dozen different help posts and articles with detailed explanations and exact code to solve the problem with VBA. But on the LibreOffice Calc side, I cannot find much useful information, for either BASIC or Python.