Since its inception, Microsoft Excel has changed how people organize, analyze, and visualize their data, providing a basis for decision-making for the flying billionaires heads up in the clouds who don’t give a fuck for life offtheline

    • @Kaloi@lemmy.world
      link
      fedilink
      English
      2110 months ago

      I was just going to ask how long before Libreoffice has local python scripting. Of course it already has it and MS is copying them in a shittier way, silly me.

    • RheingoldRiver
      link
      fedilink
      2
      edit-2
      10 months ago

      GSheets lets you run python code? I thought they were all js-based

      edit: I misread, you’re saying LibreOffice has Python support, nvm

      • ChaoticNeutralCzech
        link
        fedilink
        English
        3
        edit-2
        10 months ago

        They don’t let you write custom JS scripts, at least not without hacks AFAIK. We are talking about scripting languages for macros like Office’s infamous VBA.

        • RheingoldRiver
          link
          fedilink
          210 months ago

          I think what they let you do is write mini add-ons using the API and support JS in an in-browser editor. Then you have to enable the add-ons. I guess equivalently you can do the same things with an IDE and any language, but it felt like they “officially” supported JS.