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


  1. Follow the lemmy.world rules.
  2. Only tech related news or articles.
  3. Be excellent to each other!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. 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.
  9. Check for duplicates before posting, duplicates may be removed
  10. Accounts 7 days and younger will have their posts automatically removed.

Approved Bots


founded 2 years ago
MODERATORS
 

The Foundation sees this as a contradiction to the EU's own interoperability goals. Although XLSX is standardized as OOXML according to ISO/IEC 29500, Microsoft's implementations often deviate from the specifications. Furthermore, features often change undocumented, which complicates compatibility with open-source software such as LibreOffice.

you are viewing a single comment's thread
view the rest of the comments
[โ€“] testaccount372920@piefed.zip 2 points 1 day ago (1 children)

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.

[โ€“] jdr@lemmy.ml 1 points 1 day ago

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.