this post was submitted on 15 Aug 2025
816 points (98.8% liked)

Technology

74130 readers
3262 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
 
you are viewing a single comment's thread
view the rest of the comments
[–] lengau@midwest.social 3 points 1 day ago (1 children)

I would agree, except that every piece of it is significantly more complex than it needs to be. ODF is considerably simpler in part because it makes use of other pre-existing standards for things like dates and times. OOXML redefines so many of those things, and in many cases Microsoft Office's implementation isn't actually compatible with their own standard.

[–] racemaniac@lemmy.dbzer0.com 2 points 1 day ago (1 children)

Do you have more concrete examples? I'm reasonably familiar with OpenXML, and seeing the date issues in microsoft systems (Excel having the same bug that considers 1900 a leap year, to stay compatible with Lotus Notes), i can imagine them redefining everything just to be in full control ^^'...

[–] lengau@midwest.social 1 points 1 day ago

Integer storage in spreadsheets... There are a ridiculous number of ways to store any integer, and I don't just mean because you could theoretically store 1 and 00000001 and they'd be interpreted as the same thing.