#ooxml — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #ooxml, aggregated by home.social.
-
Beim #OpenDocumentFormat handelt es sich um einen Standard für Office-Dokumente. Dem gegenüber steht das Microsoft-Format OOXML. Dieser Artikel klärt über die Hintergründe auf.
Die #Interoperabilität von #Dokumenten ist nach wie vor ein umkämpftes Feld, auf dem #Open_Source- und alternative #Office_Suiten immer wieder Hindernisse in den Weg gelegt werden.
-
Beim #OpenDocumentFormat handelt es sich um einen Standard für Office-Dokumente. Dem gegenüber steht das Microsoft-Format OOXML. Dieser Artikel klärt über die Hintergründe auf.
Die #Interoperabilität von #Dokumenten ist nach wie vor ein umkämpftes Feld, auf dem #Open_Source- und alternative #Office_Suiten immer wieder Hindernisse in den Weg gelegt werden.
-
ODF versus OOXML
Beim Open Document Format handelt es sich um einen Standard für Office-Dokumente. Dem gegenüber steht das Microsoft-Format OOXML. Dieser Artikel klärt über die Hintergründe auf.
-
ODF versus OOXML
Beim Open Document Format handelt es sich um einen Standard für Office-Dokumente. Dem gegenüber steht das Microsoft-Format OOXML. Dieser Artikel klärt über die Hintergründe auf.
-
-
-
Про отказ от MS Office (не важно из каких соображений). Если сравнивать между собой альтернативы, такие как LibreOffice, ONLYOFFICE / Р7-Офис и тот же МойОфис/MyOffice.
Это настоящая кроличья нора и, в основном, из-за ситуации с форматом документов, используемом в прошлом или настоящем в MS Office на данный момент. Того самого OOXML (Office Open XML), формата от Microsoft для файлов .docx, .xlsx, .pptx — не только текст, но и таблицы, диаграммы с презентациями (spreadsheets, charts, presentations).
LibreOffice
создавался вокруг ODF-формата, а поддержка OOXML была добавлена с боку-припёку. И это не метафора, вся работа с документами (DOM, Document Object Model) выстроена через сущности ODF-формата. Приложения LibreOffice не могут работать с OOXML без предварительной конвертации документа в ODF, производящейся скрытно от пользователя при открытии файла. Если же документ отредактирован и требуется его сохранение в OOXML, то всё его представление подвергается повторной конвертации.
ONLYOFFICE / Р7-Офис
проектировался изначально на работу с OOXML, и не просто так, а Transitional-вариантом (ISO/IEC 29500 Transitional). Т.е. вокруг реферс-инженеринга того поведения, которое демонстрирует MS Office в определённых ситуациях. Это можно назвать стремлением или погоней за обратной совместимостью. Всё ради того, чтобы пользователи наблюдали одинаковое единообразное отображение документа. Работа с элементами и сущностями документов (DOM) выстроена вокруг OOXML, как основного средства и способа работы с документами, симметрично тому, как с ODF внутри LibreOffice.
МойОфис / MyOffice
использует как бы свою собственную DOM, не ориентированную на ODF или же OOXML и создавался без однозначной привязки к какому-либо формату. Изрядное количество внимания уделено и ожидаемому пользователем совместимости поведения с MS Office. Так же изрядным образом обыгран вопрос управления DOM в условиях одновременной работы над документом нескольких пользователей (есть свой отдельный сервер для коллективной работы).
Облака и онлайн
Для работы с документами в веб-браузерах, внедрения в различные онлайн-сервисы, удачно и органично выглядит именно ONLYOFFICE / Р7-Офис, поскольку изначально реализован вокруг JavaScript. По сути своей, крайне сильно напоминая тот самый VSCode, из которого легко и просто получилось Cloud/Online IDE для GitHub.
МойОфис / MyOffice же, напротив, реализован на C++ и работать в браузерах может лишь через компиляцию кода в WASM — это приводит к ещё более выраженной однопоточности, нежели идея вокруг workers в кодовой базе на JavaScript.
Исходя из этого всего и не удивительно, что Euro Office было решено создавать принудительно присвоив себе именно ONLYOFFICE / Р7-Офис — и формат OOXML Transitional поддерживает и в различные онлайн-сервисы удобно внедрять.
Два разных Office Open XML
Существует OOXML аж в двух вариациях: Strict и Transitional, оба являются частью ISO/IEC 29500. Деление это обусловлено ситуацией вокруг MS Office и однозначно отражено архитектурой спецификации OOXML (ISO/IEC 29500)- Часть 1: Основы и справочник по языку разметки (Strict), около 4500–5000 страниц, это структура XML для текста, таблиц и презентаций.
- Часть 2: Open Packaging Conventions (OPC), около 150 страниц, как упаковывать XML-файлы в ZIP-архив.
- Часть 3: Совместимость и расширяемость разметки, около 40 страниц.
- Часть 4: Особенности переходной миграции (Transitional), около 1500 страниц.
OOXML Strict
Использование ориентировано для долгосрочного (архивного) хранения документов. Полностью запрещены старые бинарные элементы внутри документов. Известные ошибки MS Office были исправлены по математическим и логическим нормам. А для формул или различных спецсимволов используется Unicode.
OOXML Transitional
Нужен для перехода со старых форматов .doc, .xls, .ppt. Внутри документов разрешены старые бинарные элементы из 90-х. Известные ошибки MS Office описаны и узаконены как нюансы во имя совместимости. Использует десятки «флагов совместимости» описывающие не логику разметки, а указывающие отображать документ с определёнными нюансами/ошибками/нормами устоявшимися когда-то в прошлом во времена MS Office.
Примеры различий Strict и Transitional
Графические фигуры и диаграммы могут быть описаны как на базе DrawingML (современном стандарте для векторной графики).
Так и с использованием VML — типичном для конвертации старых .doc файлов, необходимость в котором отсутствует в Strict, но выплывает в ряде случаев из Transitional.
Так же поддержка старых макросов, именно Transitional сохраняет полную поддержку VBA (Visual Basic for Applications). Что завязано на внутреннее устройство как Windows, так и нюансы API MS Office.
Маркеры списков, стрелочки в Transitional-файлах могут прописываться ссылками на проприетарные шрифты (Wingdings или Symbol). Когда таких шрифтов нет в системе, то получаются пустые квадраты или случайные буквы.
Примеры ошибок
Тот же 1900 год считается високосным в OOXML Transitional — так повелось со времён Lotus 1-2-3, который родом из 1980-х и на замену которому MS Excel продвигался. Известная вещь, происхождение хорошо задокументировано и случившаяся ради производительности (есть у Джоела Спольски, как отдельная история о появлении Visual Basic for Applications).Требовалось уместить Lotus в 640 Kбайт – не так много памяти. Если не обращать внимания на 1900 год, то можно проверить год на високосность по двум правым разрядам числа – они должны быть нулевыми. Быстро и легко. Наверное, ребята из Lotus решили, что ничего не случится, если какие-то два месяца в далеком прошлом будут считаться неправильно.
Вот в случае OOXML Strict сдвинута точка отсчёта на 30/31 декабря 1989, так же как было всегда в Visual Basic, но сдвинутая на один день по сравнению с MS Excel.
Есть и другие альтернативы MS Office, про них уже было в контексте того, что Microsoft ворует файлы отсылая к себе в облако без спроса. Но у них будут ровно такие же проблемы вокруг слабой распространённости OOXML Scrict и необходимости реализовывать OOXML Transitional как сам по себе, так и посредством «обратной инженерии».
#ooxml #LibreOffice #МойОфис #Р7-Офис #ONLYOFFICE #r7-office #onlyoffice #officesuite #opensource #software #lang_ru @Russia -
Europe’s push for open source digital sovereignty hits a snag as Euro-Office claimed to fight Microsoft but defaulted to OOXML, reinforcing the very lock-in it aimed to escape. 🧩
Critics like @libreoffice argue that true sovereignty depends on open formats like ODF, not just open-source code wrapped around proprietary standards. ⚙️🔗 https://www.xda-developers.com/euro-office-claimed-fight-microsoft/
#TechNews #EU #Europe #OpenSource #FOSS #LibreOffice #EuroOffice #Microsoft #OOXML #ODF #DigitalSovereignty #Software #Productivity #Linux
-
Europe’s push for open source digital sovereignty hits a snag as Euro-Office claimed to fight Microsoft but defaulted to OOXML, reinforcing the very lock-in it aimed to escape. 🧩
Critics like @libreoffice argue that true sovereignty depends on open formats like ODF, not just open-source code wrapped around proprietary standards. ⚙️🔗 https://www.xda-developers.com/euro-office-claimed-fight-microsoft/
#TechNews #EU #Europe #OpenSource #FOSS #LibreOffice #EuroOffice #Microsoft #OOXML #ODF #DigitalSovereignty #Software #Productivity #Linux
-
Although I must say I agree that #ODF ( #OpenDocumentFormat ) , defender by #LibreOffice should be the #DEFAULT #OPÉN #DOCUMENT #FORMAT... , AND #NOT #OOXML which is the closed and #proprietary format by #Microsoft
But hey, this is just a question of time , I presume.. and hope
-
Although I must say I agree that #ODF ( #OpenDocumentFormat ) , defender by #LibreOffice should be the #DEFAULT #OPÉN #DOCUMENT #FORMAT... , AND #NOT #OOXML which is the closed and #proprietary format by #Microsoft
But hey, this is just a question of time , I presume.. and hope
-
RTVE.es: Lanzamiento de #Euro-Office, suite #ofimática #europea que no se libra de #polémicas, a saber el uso por defecto del #formato #OOXML propiedad de #Microsoft en vez del formato estàndar y libre #DOC desarrollado por #LibreOffice.
https://www.rtve.es/noticias/20260612/euro-office-ofimatica-europea-polemicas/17111476.shtml
-
RTVE.es: Lanzamiento de #Euro-Office, suite #ofimática #europea que no se libra de #polémicas, a saber el uso por defecto del #formato #OOXML propiedad de #Microsoft en vez del formato estàndar y libre #DOC desarrollado por #LibreOffice.
https://www.rtve.es/noticias/20260612/euro-office-ofimatica-europea-polemicas/17111476.shtml
-
#OOXML is an open standard, technically; it just so happens to be a terrible one.
I can't blame someone for not liking OOXML, but seriously, baby steps, for crying out loud.
Celebrate the win, people, its not like we get many of those these days! 😅
-
#OOXML is an open standard, technically; it just so happens to be a terrible one.
I can't blame someone for not liking OOXML, but seriously, baby steps, for crying out loud.
Celebrate the win, people, its not like we get many of those these days! 😅
-
LibreOffice acusa a Euro-Office de ser un aliado encubierto de Microsoft
En una carta abierta, el cofundador de The Document Foundation señaló que Euro-Office miente sobre ser «la primera suite ofimática open source europea» y que al usar OOXML como formato predeterminado, en realidad refuerza el lock-in de Microsoft en lugar de combatirlo (Fuente Libre Office).
En el mundo del software libre, ser open source no alcanza para estar del lado correcto. Esa es la tesis que defiende LibreOffice en su más reciente y áspero pronunciamiento público, dirigido contra Euro-Office, la suite ofimática europea que se presenta como alternativa soberana a Microsoft 365.
Italo Vignoli, uno de los miembros fundadores de The Document Foundation, publicó una carta abierta en el sitio de LibreOffice cuestionando directamente las afirmaciones de Euro-Office. El primer punto atacado es la pretensión de ser «la primera suite ofimática open source desarrollada en Europa»: Vignoli cita el lanzamiento de OpenOffice en 2001 y el de LibreOffice en 2010 como ejemplos que desmienten esa afirmación.
Pero el nudo central de la crítica no es histórico, sino técnico y político. El principal problema de Vignoli es cómo Euro-Office maneja sus formatos de documento. The Document Foundation lleva años luchando contra el formato OOXML de Microsoft, que según la organización fue diseñado específicamente para dificultar su lectura por parte de otras suites ofimáticas. Los esfuerzos de la fundación por promover formatos de archivo abiertos buscan combatir precisamente esa estrategia de dependencia. Ahora, Vignoli acusa a Euro-Office de seguir los mismos pasos que Microsoft.
La cita del fundador es directa e inapelable: Euro-Office usa por defecto el formato OOXML, que es completamente propietario y está desarrollado y controlado exclusivamente por Microsoft. Eso lo convierte, en sus palabras, en un aliado de facto de Microsoft en su estrategia de lock-in de contenido, con el control ubicado firmemente en Redmond y lejos de Europa.
Vignoli concluye señalando que, si bien Euro-Office se presenta como una alternativa open source al software propietario, su estrategia de formato de documentos es en realidad más pro-Microsoft que cualquier otra cosa. Al popularizar los archivos OOXML, la iniciativa termina fortaleciendo la estrategia de Microsoft contra la soberanía digital europea.
El conflicto con Euro-Office no comenzó con LibreOffice. Desde abril, OnlyOffice ya había acusado a Euro-Office de usar su código sin la licencia adecuada. Euro-Office respondió afirmando que «la colaboración abierta con OnlyOffice no era posible». La suma de acusaciones desde dos de los proyectos open source más relevantes del ecosistema instala una pregunta incómoda: ¿puede una herramienta llamarse europea y soberana si sus decisiones técnicas de fondo refuerzan el dominio del que dice querer independizarse?.
#EuroOffice #Europa #formatosabiertos #libreoffice #lockin #microsoft #OnlyOffice #OOXML #OpenSource #PORTADA #soberaniadigital #SoftwareLibre #suiteOfimática #tecnologia #TheDocumentFoundation -
@itsfoss
It's unbelievable that an open source application focuses on OOXML and has only partial support for ODT.
Moreover xAI an Google AI? Come on...Let's support openness and privacy, not proprietary formats and surveillance AIs, please!
#ai #onlyoffice #odf #ooxml #propryetaryformats #opensource #openformats
-
@itsfoss
It's unbelievable that an open source application focuses on OOXML and has only partial support for ODT.
Moreover xAI an Google AI? Come on...Let's support openness and privacy, not proprietary formats and surveillance AIs, please!
#ai #onlyoffice #odf #ooxml #propryetaryformats #opensource #openformats
-
@knoppix95 Mmm ... and why wasn't Collabora chosen for this? AFAIK, OO favors OOXML over ODF 🤔
In what part of the "Open Source" world is that a wise choice ... ?
(Or better put, "They had one task ...")
#onlyoffice #collabora #collaboraonline #collaboraoffice #opensource #foss #oss #eu #eupol #odf #ooxml
-
The TDF Community Blog clarifies that by defaulting to the proprietary #OOXML format, “Euro-Office” reinforces #Microsoft's content lock-in strategy rather than supporting true #DigitalSovereignty.
https://blog.documentfoundation.org/blog/2026/06/08/an-open-letter/
-
The TDF Community Blog clarifies that by defaulting to the proprietary #OOXML format, “Euro-Office” reinforces #Microsoft's content lock-in strategy rather than supporting true #DigitalSovereignty.
https://blog.documentfoundation.org/blog/2026/06/08/an-open-letter/
-
Proč není #OOXML standardní formát a jak #Microsoft ohnul ISO
👍 Strict - čistá verze
👎 Transitional - rozsáhlý katalog funkcí kompatibility, zastaralých prvků, chování specifického pro platformu a odkazů na nezdokumentované zvláštnosti verzí Microsoft Office z 90. letA copak všichni používají?
📄 https://blog.documentfoundation.org/blog/2026/06/02/a-standard-in-name-only/
-
Are they right? 🤔
"Euro-Office defaults to the fully proprietary OOXML document format, developed and controlled solely by Microsoft. This makes it a de facto ally of Microsoft in its content lock-in strategy, with control remaining firmly in Redmond and far from Europe."
https://blog.documentfoundation.org/blog/2026/06/08/an-open-letter/
#EuroOffice #FOSS #libreoffice #OOXML #standards #documents #Microsoft -
Are they right? 🤔
"Euro-Office defaults to the fully proprietary OOXML document format, developed and controlled solely by Microsoft. This makes it a de facto ally of Microsoft in its content lock-in strategy, with control remaining firmly in Redmond and far from Europe."
https://blog.documentfoundation.org/blog/2026/06/08/an-open-letter/
#EuroOffice #FOSS #libreoffice #OOXML #standards #documents #Microsoft -
Silurus/ooxml: Pixel-faithful Office documents, rendered in the browser
https://github.com/yukiyokotani/office-open-xml-viewer
#HackerNews #Silurus #ooxml #Pixelfaithful #Office #documents #rendered #in #the #browser #open #source #technology
-
Silurus/ooxml: Pixel-faithful Office documents, rendered in the browser
https://github.com/yukiyokotani/office-open-xml-viewer
#HackerNews #Silurus #ooxml #Pixelfaithful #Office #documents #rendered #in #the #browser #open #source #technology
-
LibreOffice has: A Standard in Name Only: What OOXML Transitional Tells Us About Format Sovereignty. https://blog.documentfoundation.org/blog/2026/06/02/a-standard-in-name-only/ #LibreOffice #MicroSlop #OOXML
-
LibreOffice has: A Standard in Name Only: What OOXML Transitional Tells Us About Format Sovereignty. https://blog.documentfoundation.org/blog/2026/06/02/a-standard-in-name-only/ #LibreOffice #MicroSlop #OOXML
-
A Standard in Name Only: What OOXML Transitional Tells Us About Format Sovereignty
When a public administration is told its documents are stored in “an ISO standard format,” the assumption is that an ISO standard ought to be a clean, implementable specification that any qualified software vendor can support.
OOXML — the format behind Microsoft’s docx, xlsx and pptx files — does not work this way.
https://blog.documentfoundation.org/blog/2026/06/02/a-standard-in-name-only/
-
A Standard in Name Only: What OOXML Transitional Tells Us About Format Sovereignty
When a public administration is told its documents are stored in “an ISO standard format,” the assumption is that an ISO standard ought to be a clean, implementable specification that any qualified software vendor can support.
OOXML — the format behind Microsoft’s docx, xlsx and pptx files — does not work this way.
https://blog.documentfoundation.org/blog/2026/06/02/a-standard-in-name-only/
-
A Standard in Name Only: What OOXML Transitional Tells Us About Format Sovereignty
When a public administration is told its documents are stored in “an ISO standard format,” the assumption is that an ISO standard ought to be a clean, implementable specification that any qualified software vendor can support.
OOXML — the format behind Microsoft’s docx, xlsx and pptx files — does not work this way.
https://blog.documentfoundation.org/blog/2026/06/02/a-standard-in-name-only/
-
A Standard in Name Only: What OOXML Transitional Tells Us About Format Sovereignty
When a public administration is told its documents are stored in “an ISO standard format,” the assumption is that an ISO standard ought to be a clean, implementable specification that any qualified software vendor can support.
OOXML — the format behind Microsoft’s docx, xlsx and pptx files — does not work this way.
https://blog.documentfoundation.org/blog/2026/06/02/a-standard-in-name-only/
-
Microsoft Knew It
A 2004 document which provides some interesting background to the OOXML story.
-
Microsoft Knew It
A 2004 document which provides some interesting background to the OOXML story.
-
Excel has a thing for getting dates wrong (the (in)famous 1900 leap-year bug, inherited from Lotus 1-2-3 and never fixed), and when Excel gets dates wrong, no other software does it worse. [..] The HUGO Gene Nomenclature Committee was forced in 2020 to rename dozens of human genes – including SEPT1 and MARCH1 – because Excel kept silently converting their symbols to dates. Rather than going to Microsoft and demanding a bug fix, scientists preferred to throw years of established nomenclature down the drain to avoid upsetting Redmond
I really like these two examples, not because of the issues as such, but as two examples of how people usually handle bugs in proprietary software: ignore them or work around them, but almost never complain about the software.
MS Office is always mentioned as the standard, and everything has to be as good as MS Office if people consider different solutions. But in the end, it's not because MS is so much better. People are just used to it and how to work around strange issues that they would never accept in a Free Software solution.
https://blog.documentfoundation.org/blog/2026/05/15/no-digital-sovereignty-without-odf/
-
Excel has a thing for getting dates wrong (the (in)famous 1900 leap-year bug, inherited from Lotus 1-2-3 and never fixed), and when Excel gets dates wrong, no other software does it worse. [..] The HUGO Gene Nomenclature Committee was forced in 2020 to rename dozens of human genes – including SEPT1 and MARCH1 – because Excel kept silently converting their symbols to dates. Rather than going to Microsoft and demanding a bug fix, scientists preferred to throw years of established nomenclature down the drain to avoid upsetting Redmond
I really like these two examples, not because of the issues as such, but as two examples of how people usually handle bugs in proprietary software: ignore them or work around them, but almost never complain about the software.
MS Office is always mentioned as the standard, and everything has to be as good as MS Office if people consider different solutions. But in the end, it's not because MS is so much better. People are just used to it and how to work around strange issues that they would never accept in a Free Software solution.
https://blog.documentfoundation.org/blog/2026/05/15/no-digital-sovereignty-without-odf/
-
The Document Foundation defiende ODF frente a OOXML para garantizar la soberanía digital
📰 Título original: TDF (LibreOffice) carga contra Microsoft por OOXML
🤖 IA: No es clickbait ✅
👥 Usuarios: No es clickbait ✅Ver resumen IA completo: https://es.killbait.com/the-document-foundation-defiende-odf-frente-a-ooxml-para-garantizar-la-soberania-digital.html?utm_source=mastodon_social&utm_medium=social&utm_campaign=killbait_es.mastodon_social
-
#LibreOffice attacca #Microsoft: Il #formato #OOXML è assurdo
TDF definisce OOXML così assurdo nella complessità da non riuscire nemmeno a gestire il #calendario #gregoriano. #Excel identifica erroneamente il #1900 come anno bisestile.
Ahahah #buffoni
https://www.punto-informatico.it/libreoffice-attacca-microsoft-formato-ooxml-assurdo/
-
#LibreOffice attacca #Microsoft: Il #formato #OOXML è assurdo
TDF definisce OOXML così assurdo nella complessità da non riuscire nemmeno a gestire il #calendario #gregoriano. #Excel identifica erroneamente il #1900 come anno bisestile.
Ahahah #buffoni
https://www.punto-informatico.it/libreoffice-attacca-microsoft-formato-ooxml-assurdo/
-
RE: https://social.heise.de/@iX_Magazin/116543221983470683
Ich zeige in meinen Kursen zu #XML-basierten #Office-Formaten, speziell zur Historie von #ODF vs. #OOXML, dieses Bild:
https://www.dbis.informatik.uni-goettingen.de/Teaching/Seminars/ML-WS0910/XMLbasedDocFormats-simon-trang.pdf#page=25 -
RE: https://social.heise.de/@iX_Magazin/116543221983470683
Ich zeige in meinen Kursen zu #XML-basierten #Office-Formaten, speziell zur Historie von #ODF vs. #OOXML, dieses Bild:
https://www.dbis.informatik.uni-goettingen.de/Teaching/Seminars/ML-WS0910/XMLbasedDocFormats-simon-trang.pdf#page=25 -
Jag läste på OnlyOffice hemsida att de använder OOXML som sitt grundformat och blev förvånad. OOXML är alltså formatet som kommer från Microsoft och är grunden i .docx etc. Jag trodde de använde ODF (med rötter i Sun och nu är grunden i exvis LibreOffice) som grundformat, alltså det som används för .odt etc. Jag trodde att OnlyOffice var baserat på LibreOffice, men så verkar det inte vara. Eller är det? Någon som kan minska min förvirring?
-
Jag läste på OnlyOffice hemsida att de använder OOXML som sitt grundformat och blev förvånad. OOXML är alltså formatet som kommer från Microsoft och är grunden i .docx etc. Jag trodde de använde ODF (med rötter i Sun och nu är grunden i exvis LibreOffice) som grundformat, alltså det som används för .odt etc. Jag trodde att OnlyOffice var baserat på LibreOffice, men så verkar det inte vara. Eller är det? Någon som kan minska min förvirring?
-
Liberiamo le scuole dalle Big Tech
Abbiamo appena festeggiato il 25 aprile con la liberazione dal nazifascismo. La Resistenza non è finita: oggi dobbiamo liberarci dagli strumenti e dai servizi forniti dalle Big Tech per diventare autonomi dalle multinazionali e acquisire una nostra sovranità digitale, soprattutto nelle scuole.
https://www.peacelink.it/cybercultura/a/51219.html
#freesoftware #ooxml #odf #word #microsoft #libreoffice #nobigtech
-
Liberiamo le scuole dalle Big Tech
Abbiamo appena festeggiato il 25 aprile con la liberazione dal nazifascismo. La Resistenza non è finita: oggi dobbiamo liberarci dagli strumenti e dai servizi forniti dalle Big Tech per diventare autonomi dalle multinazionali e acquisire una nostra sovranità digitale, soprattutto nelle scuole.
https://www.peacelink.it/cybercultura/a/51219.html
#freesoftware #ooxml #odf #word #microsoft #libreoffice #nobigtech
-
#Nextcloud promoting #OOXML as default document format and unwilling to switch back to #ODF lets proprietary software leave deeper imprint. And fits the blunder of #EuroOffice choosing #OnlyOffice instead of #CollaboraOnline. While Germany in its Deutschland-Stack demands ODF. Congratulations.
-
#Nextcloud promoting #OOXML as default document format and unwilling to switch back to #ODF lets proprietary software leave deeper imprint. And fits the blunder of #EuroOffice choosing #OnlyOffice instead of #CollaboraOnline. While Germany in its Deutschland-Stack demands ODF. Congratulations.
-
📢 Italo Vignoli (#LibreOffice) : "Les entreprises vivent aux dépens des particuliers qui nous soutiennent"
🔗 https://www.clubic.com/dossier-609151-les-entreprises-ne-voient-que-la-gratuite-et-vivent-aux-depens-des-particuliers-qui-nous-soutiennent---interview-the-document-foundation.html
#️⃣ #ODF #TDF #OpenSource #LogicielsLibres #FreeSoftware #Bureautique #Microsoft #GAFAM #Google #GoogleDocs #MicrosoftOffice #MicrosoftOffice365 #Office365 #MSoffice #MSoffice365 #OOXML #OpenXML -
📢 Italo Vignoli (#LibreOffice) : "Les entreprises vivent aux dépens des particuliers qui nous soutiennent"
🔗 https://www.clubic.com/dossier-609151-les-entreprises-ne-voient-que-la-gratuite-et-vivent-aux-depens-des-particuliers-qui-nous-soutiennent---interview-the-document-foundation.html
#️⃣ #ODF #TDF #OpenSource #LogicielsLibres #FreeSoftware #Bureautique #Microsoft #GAFAM #Google #GoogleDocs #MicrosoftOffice #MicrosoftOffice365 #Office365 #MSoffice #MSoffice365 #OOXML #OpenXML -
ODF vs OOXML: mengapa format dokumen terbuka menentukan masa depan interoperabilitas dan kedaulatan digital. Analisis 5W+1H, keputusan Jerman, dan perangkap lock-in Microsoft.
#fediverse #Depan #OOXML #Lalu
https://dalam.web.id/olah-media/odf-masa-depan-ooxml-masa-lalu
-
ODF est l’avenir, OOXML le passé https://linuxfr.org/news/odf-est-l-avenir-ooxml-le-passe #thedocumentfoundation #Bureautique #ooxml #odf