this post was submitted on 12 Mar 2026
1735 points (99.1% liked)

Programmer Humor

31547 readers
1268 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 months 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 16 points 2 months ago (1 children)
[–] RamRabbit@lemmy.world 7 points 2 months ago* (last edited 2 months 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 months 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 months ago

I'll check that out, thanks!