this post was submitted on 23 Aug 2023
521 points (96.9% liked)

Technology

58096 readers
3539 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related content.
  3. Be excellent to each another!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, to ask if your bot can be added please contact us.
  9. Check for duplicates before posting, duplicates may be removed

Approved Bots


founded 1 year ago
MODERATORS
 

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 off~~the~~line

you are viewing a single comment's thread
view the rest of the comments
[–] RheingoldRiver@kbin.social 2 points 1 year ago* (last edited 1 year ago) (1 children)

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 3 points 1 year ago* (last edited 1 year ago) (1 children)

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 2 points 1 year 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.