this post was submitted on 07 Jan 2026
29 points (91.4% liked)

Programming

24365 readers
525 users here now

Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!

Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.

Hope you enjoy the instance!

Rules

Rules

  • Follow the programming.dev instance rules
  • Keep content related to programming in some way
  • If you're posting long videos try to add in some form of tldr for those who don't want to watch videos

Wormhole

Follow the wormhole through a path of communities !webdev@programming.dev



founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[โ€“] FiniteBanjo@feddit.online 7 points 5 days ago (1 children)

Any questions?

*sigh

No, Patrick.

Excel is not a database.

[โ€“] tal@lemmy.today 7 points 5 days ago

It's not, and I think that Excel is often used where other tools would be more-appropriate because of existing expertise with Excel, but you don't necessarily need to use a database for all tasks where a bunch of data gets stored.

I have plenty of scripts that deal with large amount of schlorped up data that just leave it in a text file, and Unix has a long and rich tradition and toolset for using text files for data storage and processing data in them in bulk.

GNU R, a statistics package, has a lot of tools to schlorp up data from many sources, including scraping it from the web, and storing it large data frames to be processed and maybe visualized. It's probably rather more performant than databases for some kinds of bulk data processing.

Okay, so...is it appropriate here?

One thing that spreadsheets can be handy for is for making specialized calculators that plonk some data into some simple model and spit out a result. Having, say, the current temperature in a given city may be a perfectly reasonable input to make available to a spreadsheet, I think.