this post was submitted on 08 Mar 2026
697 points (99.3% liked)
Technology
82460 readers
2851 users here now
This is a most excellent place for technology news and articles.
Our Rules
- Follow the lemmy.world rules.
- Only tech related news or articles.
- Be excellent to each other!
- Mod approved content bots can post up to 10 articles per day.
- Threads asking for personal tech support may be deleted.
- Politics threads may be removed.
- No memes allowed as posts, OK to post as comments.
- 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.
- Check for duplicates before posting, duplicates may be removed
- Accounts 7 days and younger will have their posts automatically removed.
Approved Bots
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
Give me CSV or give me death
Death it is, CSV is horrible effectively unstandardized trash that has led to uncountable hours of efforts wasted due to subtly corrupted data through incompatible serialization settings.
It actively makes the world a worse place by existing.
i will also accept LibreOffice's format for formula purposes
CSV does not allow storing formulas, just results. It is a good format to share data, but it is not a good format to store spreadsheets which very often contain such formulas.
Formulas are just strings, no reason you couldn't store over in a CSV.
Maybe your software doesn't want you to do that, but that's a problem with that specific software.
Do you know of any software which stores formulas in CSV?
It's an option when saving in LibreOffice Calc.
Would be a pretty straightforward macro to (un)quote the formulas in Excel or Google Sheets etc.
I didn't know calc could do that, cool!
you can store anything in CSV, it's just not always very practical ;)
Just like opening a .doc file in notepad, technically all the information is there
I don't think you can have spreadsheets with multiple "sub sheets" (can't think of an unambiguous name for them - basically the equivalent of browser tabs)
Pretty sure there's no way to have graphical charts either.
technically you could do both, it's just not practical at all :)
The technical term is sheet. The many sheets form a workbook (your file).
csv is a pretty good data sharing format, but not very well suited for spreadsheets. Just because you can shove anything you want in there doesn't mean you should.
I think it's perfectly well suited to spreadsheet. It's more-or-less perfect for tabular human-readable data. If you want to embed fancy things like OLE objecta and ActiveX controls and helpful animated characters then you may well be better served with another format.