this post was submitted on 12 Mar 2026
1645 points (99.0% liked)

Programmer Humor

30700 readers
2436 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] glimse@lemmy.world 10 points 2 weeks ago (2 children)

Excel is sooo much than it used to be in Office 97. And it's way better than any other spreadsheet software I've tried.

Speaking of, anyone know of any alternative that handles named tables the same as Excel? Built-in filtering/sorting and formulas that can address the table itself instead of a cell range?? Please?

[–] msage@programming.dev 15 points 2 weeks ago (1 children)
[–] RamRabbit@lemmy.world 6 points 2 weeks ago* (last edited 2 weeks ago)

Seriously. If you are talking about querying tables, Excel is the wrong tool to use. You need to be looking at SQL.

[–] GrapheneOSRuinedMyPixel@sh.itjust.works 1 points 2 weeks ago (1 children)

I've been hosting grist for a while and it is quite nice. Wasn't able to move all the stuff from classic spreadsheets though

[–] glimse@lemmy.world 1 points 2 weeks ago

I'll check that out, thanks!