this post was submitted on 26 Mar 2025
2328 points (99.7% liked)

Technology

68066 readers
6150 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 news or articles.
  3. Be excellent to each other!
  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, this includes using AI responses and summaries. To ask if your bot can be added please contact a mod.
  9. Check for duplicates before posting, duplicates may be removed
  10. Accounts 7 days and younger will have their posts automatically removed.

Approved Bots


founded 2 years ago
MODERATORS
 

Interest in LibreOffice, the open-source alternative to Microsoft Office, is on the rise, with weekly downloads of its software package close to 1 million a week. That’s the highest download number since 2023.

“We estimate around 200 million [LibreOffice] users, but it’s important to note that we respect users’ privacy and don’t track them, so we can’t say for sure,” said Mike Saunders, an open-source advocate and a deputy to the board of directors at The Document Foundation.

LibreOffice users typically want a straightforward interface, Saunders said. “They don’t want subscriptions, and they don’t want AI being ‘helpful’ by poking its nose into their work — it reminds them of Clippy from the bad old days,” he said.

There are genuine use cases for generative AI tools, but many users prefer to opt-in to it and choose when and where to enable it. “We have zero plans to put AI into LibreOffice. But we understand the value of some AI tools and are encouraging developers to create … extensions that use AI in a responsible way,” Saunders said.

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 39 points 5 days ago (1 children)

I have a job that involves working with spreadsheets. I have Librecalc at home and both Libre and MSOffice at work. I have also had a college course about using Excel specifically. Both really can do mostly the same things but because MS does everything in a specific (backwards) way, people trained on MS who are not otherwise "computer people" can't cope with needing to unlearn and relearn. So the end result is paraprofessionals are locked in.

[–] [email protected] 17 points 4 days ago (1 children)

I really enjoyed spreadsheets before becoming a programmer (I still enjoy them, I just spend less time on them) and basically self taught over the years using Google Sheets.

There are several really useful functions on sheets that simply do not exist in Excel, and there are others that work almost the same but not quite. Having to use Excel drives me insane sometimes because of how clunky it feels.

By contrast, using LibreCalc feels kinda how you'd expect an open source Google Sheets to feel? It's slightly clunkier, but it gets the job done and generally feels better to use than Excel

[–] wise_pancake 13 points 4 days ago (1 children)

I've gone full circle

Loved sheets, then hated them because we should just use a DB

Now I do stuff in sheets with a tab explaining how I got the data because I can email it to someone and in 4 months it still answers their questions.

[–] [email protected] 4 points 4 days ago (1 children)

I used sheets because it was portable and flexible, but now I'd almost always just use a db instead.

My main use for excel now is "I need to send data to someone who isn't a programmer" and doing json > CSV conversions to see if my 3000 rows of data from a 3rd party have all the necessary bits.

[–] wise_pancake 4 points 4 days ago

I guess it depends, I can make a pivot table in like 30 seconds, which is faster than setting up and loading data into a notebook.