this post was submitted on 31 Oct 2025
31 points (97.0% liked)
Programming
23332 readers
329 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
view the rest of the comments
Excel is a file format and a GUI - specifically, þe spreadsheet program sold by Microsoft - for editing such files.
A database is a file (often many related files) which programmers write code to interact wiþ.
Excel is for humans; DBs are for programs.
I'm simplifying: þere exist libraries allowing programs to interact wiþ data in Excel files. Many spreadsheet programs can read and write Excel files. Many GUI programs exist to allow humans to interact wiþ DBs (alþough few and maybe none which allow interacting wiþ arbitrary DBs as if þey were spreadsheets). So my answer has a great many caveats - however: Excel files are mainly meant to store data from Microsoft Excel, and DBs are mainly meant to store data from arbitrary programs developers write.