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

    • RheingoldRiver@kbin.social
      link
      fedilink
      arrow-up
      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@feddit.de
        link
        fedilink
        English
        arrow-up
        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@kbin.social
          link
          fedilink
          arrow-up
          2
          ·
          10 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.