There are really two, almost entirely separate, points there - one is about missing interpretability of LibreOffice, and the other is about the author's inability to install Microsoft Office on Linux.
I'd like to articulate a case why supporting the the author's use cases is likely uneconomical.
With respect to the LibreOffice interoperability with Microsoft Office: the author works in publishing, which requires almost pixel-perfect equivalence between how a document is displayed between them and their collaborators. Faithfully reproducing almost 40 years of evolution in the layout engine (some of which co-evolution with the Windows OS and the font system) necessitates a development program of mind-boggling proportions. It is absolutely no surprise to me that no entity, either commercial or open source can finance such an endeavor. (Even Microsoft does not exhibit 100% interop between the native Office and the cloud Office 365)
A similar argument applies to being able to install Office on Linux, with the added nuance that the major driving force behind Wine etc are game distributors, whereas Office compatibility is not a major priority, especially given the VM and Office 365 alternatives.
I agree with your point about interop on the level of file formats. We are talking decades of undocumented cruft at this point in the Office file formats - the MS implementations are so complex in a random and haphazard way that it's questionable whether they could ever be fully reverse engineered.
Running Office on Linux, on the other hand: I think the issue here is simply a lack of vision. Getting to where we are with Proton and Linux gaming today required Gabe Newell as an exceptionally gutsy and ambitious lunatic billionaire to just say, ok, we could spend what it takes and go the last mile here, and it happened. I'm quite certain that a similarly dedicated effort (actually a much smaller one) could get Office running perfectly on Linux, and that would be a huge win for anyone who was ambitious enough to try and claw the lucrative enterprise desktop market away from Microsoft. There's just no one out there yet who's been wealthy and crazy enough to go for this one.
The average person thinks all kinds of stuff is impossible when it's not, another great example is how everyone thought Gabe Weinberg had no chance of competing with Google, fast forward to today and DuckDuckGo makes $100M/yr and is probably going to benefit immensely when the govt's anti-trust remedies against Google kick in, no matter what they end up being. The world is Gabe's oyster and he's just a guy who had balls bigger than everyone else's, found a good angle and stuck with it.
> Faithfully reproducing almost 40 years of evolution in the layout engine (some of which co-evolution with the Windows OS and the font system) necessitates a development program of mind-boggling proportions.
I wonder what copyright would say about a machine learning approach attempting to exactly duplicate MS Office layouts ...
> With a free price tag, it could easily do that. But, it first needs to provide the required functionality, and today, it stubbornly refused to that, for ideological reasons.
Very confused by the article, even after re-reading it. The author keeps bringing up ideology throughout the article, but is there any arguments or evidence given that this is a factor? The simplest explanation to me is that OOXML is a de-facto proprietary format, and implementing full compatibility with it is simply a large technical undertaking that LibreOffice doesn't have the resources to effectively achieve right now. They even hint at that themselves: "From what I've been able to decipher, no non-Microsoft Office program implements the full specification and follows it to the letter."
I agree with you. I disagree with the assertion from the author that LibreOffice refuses to implement the OOXML standard for ideological reasons; nothing was cited in the article supporting this assertion. If it were true that LibreOffice's developers only want to support open standards, then there wouldn't have been support for the pre-Office 2007 binary formats.
Yes, I believe that imperfect compatibility with Microsoft Office is holding LibreOffice back, but perfect compatibility isn't going to happen without massive resources. It's immense work being 100% compatible with a proprietary, under-documented standard. Without an army of developers, it's going to take a very long time. Think of how long it took Wine and ReactOS to get to today's usability, and those projects still have much work to do. Think of how long it took the HaikuOS people to release release-candidate issues of their project.
> I'm quite sure if it were easy to implement [feature A], LibreOffice would have done it
I've lost this optimism a long time ago when I realized how much denialism and how little actual factual, detailed knowledge there is among vocal proponents for Linux and free software. For example, the entire font handling stack on Linux is a hot seething mess of horrible dysfunctionality, wrongly implemented and starting out from the wrong principles (IMHO), yet nobody is working to improve it because everyone keeps telling you it's a solved problem.
More specifically, years ago ago I hacked together solutions to script LibreOffice from the 'outside' as it were because its macro system is such an utter painful failure in so many ways. Not only was a single website written in Japanese the only source for a reasonable rundown of LibreOffice's API, it also introduced me, indirectly, to the fact that the people who initially wrote OpenOffice were apparently not comfortable with Java being a strictly OOP language, so they did their best to write code that to a degree circumvents that, leading to a terrifyingly bad user experience and a hint of the convoluted horrors that might lurk in the source code.
The glacial pace of LibreOffice's development where the appearance of the tiniest of innovations leads, every few years, to great public announcements and a new version number, has convinced me that the community has painted themselves in a corner with an unmanageable code base and devs that are, likely, in complete denial that the only way out would be a complete rewrite of the software, something that is, understandably, too hard to stomach.
Lots of things that just don't smell right here. First of all, every experience I've had trying to get GDocs to play ball with DOCX has led to the same misery that comes with LibreOffice. It works fine until you use an unsupported font, or tables, or precise image layouts, etc etc etc.
DOCX is a proprietary format. Perfect support is categorically impossible. A best-effort attempt is the best we'll ever get, and IME LibreOffice tries a lot harder than other office suites do.
Also, for what it's worth... you know what GDocs and Word won't open? A document written in WordStar on a TRS-80 in 1983. You know what will open that document? LibreOffice. LibreOffice checks all the boxes for my spreadsheet/document writing needs, and it has also been an irreplacable tool in my data archival efforts.
> DOCX is a proprietary format. Perfect support is categorically impossible. A best-effort attempt is the best we'll ever get, and IME LibreOffice tries a lot harder than other office suites do.
Nah - well you’re correct that DOCX is under-defined - but the real the problem with LibreOffice is that it has 40 years of history supporting the wrong file format. Its internals are all built on models that later became ODF and any attempt to bolt-on the incompatible MS Office models is doomed to failure.
Both startups I've worked for used it exclusively - one of them being a med-tech with a boatload of documentation needs. A lot of schools have dropped MS Office as they've switched to Chromebooks.
None of this is to say GDocs isn't a miserable turd of a program. I'm convinced word processors have actually regressed in quality since the mid-2000s. GDocs somehow manages to be less featureful, slower, buggier, less user-friendly, and less compatible than Word XP. There isn't a single thing GDocs does better than an office suite that's pushing 25 years old, save for real-time collaborative editing which is hardly worth all the other compromises.
This sounds silly, but I encourage you to dredge up an old Windows XP system and a copy of Office XP. I was shocked to see how far we've strayed from the light.
In this modern age of .md and similar files why not try for "blue water sailing" and instead create an office suite which specifically plays to only open standards?
A word processor which supports the same style options as Google Docs and used pandoc to import/export would be as much as most users need.
That said, I'd really like to see an office suite put together out of the various opensource tools which try to approach documents/graphics in new and striking ways:
- LyX --- a "What You See Is What You Mean" document processor, it can offer quite professional capabilities (when I was doing STEM composition, the book which came in as LaTeX exported from LyX was the cleanest and most straight-forward manuscript I ever worked on)
- PySpread --- (or maybe Flexisheet if someone can get it to a usable state) Way more than most folks need, this Pythonic spreadsheet where every cell can be either a Python program or the output of a Python program could revolutionize what folks do w/ spreadsheets and data
- Jupyter Notebooks --- almost a de facto standard, getting wider adoption would be a good thing
- ipe --- https://ipe.otfried.org/ --- this, or TikzEdit or maybe xasy for Asymptote would be more drawing tool than most users would ever want, and able to make anything anyone really needs
I remember how promising AbiWord (https://en.wikipedia.org/wiki/AbiWord) and GNUmeric (http://www.gnumeric.org/) were 20 years ago when I first started using Linux and FreeBSD. Back in 2004, OpenOffice was slow on my hand-me-down PC running a 475MHz AMD K6-2 processor and with only 64MB RAM, but AbiWord ran well; it was a nice, lightweight word processor that was decently compatible with Microsoft Word for my needs as a high school student who needed to turn in essays and other reports. I've never tried GNUmeric, but I remember people singing its praises back in 2004.
I haven't heard anything about AbiWord and GNUmeric in recent years, though. I haven't kept up with them since my college days.
It is sad to see these projects disappear in obscurity. But what other outcome is even possible? It is incredibly expensive to build such complex software. these projects do not have an adequate amount of funding. There’s just no way random developers can devote years of their life to something like this and not earn a living. Even if they did, it would take at least 1000 of them for each of these products to rival commercial ones.
> In this modern age of .md and similar files why not try for "blue water sailing" and instead create an office suite which specifically plays to only open standards?
Because your publisher, professor, employer, collaborators, and book club members all want an Office file. Full stop. They will not accept anything else, and they will refuse to work with you unless you have the clout to force them to use your new format. And then they will be unhappy.
That’s what this article is getting at. If you want to replace Office, you need to have full compatibility with Office files. There’s no way around it. Most people don’t want more open, faster, more features, or better. They want Office (or increasingly, Google Docs).
Don't tell me a publisher is using the layout and font settings of my word document to have it printed. I can go as far that tracked changes, grammar and spelling are done while the doc is being written but once it gets serious into printing I still this a proper publishing software is used to fine tune kerning and all the other font stuff. So in saying that perfect layout by LO in MS formats is not the issue.
I used to work in publishing --- Word docs were hacked at (as noted elsethread often with track changes enabled) by editors since it was their standard tool, then they would get flowed into PageMaker, or Quark XPress, or Ventura Publisher, or Adobe InDesign --- except of course for the LaTeX docs.
For .docx, the converted file is fine, so long as it has all the text and bold/italics which the author wants.
> A word processor which supports the same style options as Google Docs and used pandoc to import/export would be as much as most users need.
This kind of thinking in tech is why Office doesn't have any serious competitors. It's insufficient for what most business users need, and they're the reason the whole world runs on Office.
It's kind of crazy how half-assed and terrible the web app competitors to Office are.
It's been 30 years, and Office 95 was objectively better and more full featured than Google Docs in 2024. Even Microsoft Works would blow Google Docs out of the water in a feature-by-feature comparison.
But they should use it, stop wasting time formatting a word doc to have the letter address placed correctly or the custom property fields linked to in line text.
.md is a terrible format for serious work. It only supports a few opinionated types of formatting. This is reasonable when you want to directly write one (the intended use of the format). For interchange you want at least RTF or XHTML.
Because eventually you'll want to insert an image with text wrapped around it, or really anything more complicated than straight-down text and tables, and "just write HTML and CSS bro" is insanely unrealistic.
Sure, WYSWIYG editors for Markdown could exist, but building these editors gets crazy complicated fast, and why would you when Office exists?
There's RStudio with its WYSIWYG "visual"[1] editor for markdown(ahem, rMarkdown or quarto, which are pandoc's markdown + extensions). It is quite feature-rich albeit I am unsure whether it supports wrapping images. I bet you can write a little inline CSS in a fenced div[2][3] for it, but it is likely not an option for casual user.
What it does support is rendering all the goodies in plethora of output formats[4]: docx pdf, html for plain documents; revealjs(html), pptx, beamer(pdf) for presentations. You can even generate websites with it
As for spreadsheets, RStudio supports both R and python which are incredibly powerful for manipulating and visualizing table-like data
I won't argue that those are easy tools to learn, but if you do, you have much more power than with MS/{word,excel,powerpoint}
For that sort of thing, folks should import their Word (or other format) document into a tool such as Microsoft Publisher, or Scribus, or InDesign, or LaTeX.
Different apps render Markdown differently. The syntax may be standardized (though extended in different ways), but the layout will be wildly different if you open the same document in several different apps. This doesn’t resolve the author’s stated issue of not having a true wysiwyg document when shared with a third party.
Microsoft really doesn't want anyone to reliably copy their formats. Their standard is purposefully complicated and convoluted, it was almost rejected by ISO for this reason and it took heavy lobbying before it passed (I know of this personally as the ISO vote went through national ISO bodies).
I've worked with the Java implementation for writing Office files, the Apache POI. The internal package names for these classes are "hssf", "hwpf" and so on. It's not very obvious why until you Google it and, well, "hwpf" stands for "horrible word processor format", "hssf" is "horrible spreadsheet format" and so on. Implementing these things is often difficult for good reason, and sometimes for not so good reasons, but this is the first time I've encountered developers expressing such direct hostility towards what they were trying to implement.
One of the biggest blockers is the stubbornness of Apache Foundation that fails to admit that OpenOffice is effectively dead and simply redirect to the LibreOffice site, along with the announcement that OpenOffice is deprecated.
Them both being written in a memory unsafe language[1][2] isn't helping matters
Also, while digging up those links I noticed the last release of OO was in Dec 2023 which is a lot of time for all the components they bundle to acquire vulns. But at least they're consistent about it since the release before that was in Feb 2023
The biggest blocker to LibreOffice adoption is that the general purpose office suite is dying a slow death.
When you think about it, unless you’re working at a very small business or on home stuff, most things you do with it should live elsewhere.
If you’re writing up some documentation for a business process, that should live in a system designed for that purpose where documents can be linked together and integrate with other systems. Examples include Confluence or Notion.
If you’re using Calc/Excel to handle some accounting or some other kind of quantitative organization, there’s probably a specialized system that you should be using, or just using a CRUD application.
If you’re doing HR stuff like performance reviews you need a system that can enforce tight read permissions and enforce a workflow.
The list goes on and on. The general business office suite only exists to catch general purpose processes that fall through the cracks where a better solution doesn’t exist, and every day that goes by eliminates another one of those use cases.
The second biggest blocker is that LibreOffice isn’t in your browser. It’s a slow-installing slow-loading clunky old desktop application.
The third biggest blocker to LibreOffice adoption is the dogshit ancient-looking UI. It looks nothing like a native application on any platform which constantly reminds you you’re using the knockoff of the Real McCoy.
I don’t think that LibreOffice not being in the browser is necessarily a blocker in itself. For something like an advanced office suite, where you don’t want to have browser toolbars/tabs/etc eating up valuable screen space that could be going to app palettes and such instead, not being chained to a browser is a boon.
Besides that, when software serves a purpose well, people do not hesitate to download and install it. If need to install an app causes significant user dropoff, I’d say that’s an indictment of the app’s functionality/UX/etc. It basically means that the value the app provides isn’t worth an extremely minor one-time inconvenience, which is a pretty low bar to clear.
> If you’re using Calc/Excel to handle some accounting or some other kind of quantitative organization, there’s probably a specialized system that you should be using, or just using a CRUD application.
This greatly underestimates the importance of Excel for anything to do with physical goods, which is all of the world outside of the tiny SV/HN SaaS bubble. Excel files are the API that glues every factory, supplier, vendor and system together. Good luck replacing that and forcing all of the involved parties to switch to this replacement.
Yep. I’m currently working for a client who build software for the insurance industry, and we have a whole pipeline to parse and generate Excel files. The industry mostly runs on Excel and email. Without support for parsing those spreadsheets, my client would never have been able to convince their customers to use the rest of their software.
I'd like to articulate a case why supporting the the author's use cases is likely uneconomical.
With respect to the LibreOffice interoperability with Microsoft Office: the author works in publishing, which requires almost pixel-perfect equivalence between how a document is displayed between them and their collaborators. Faithfully reproducing almost 40 years of evolution in the layout engine (some of which co-evolution with the Windows OS and the font system) necessitates a development program of mind-boggling proportions. It is absolutely no surprise to me that no entity, either commercial or open source can finance such an endeavor. (Even Microsoft does not exhibit 100% interop between the native Office and the cloud Office 365)
A similar argument applies to being able to install Office on Linux, with the added nuance that the major driving force behind Wine etc are game distributors, whereas Office compatibility is not a major priority, especially given the VM and Office 365 alternatives.
Running Office on Linux, on the other hand: I think the issue here is simply a lack of vision. Getting to where we are with Proton and Linux gaming today required Gabe Newell as an exceptionally gutsy and ambitious lunatic billionaire to just say, ok, we could spend what it takes and go the last mile here, and it happened. I'm quite certain that a similarly dedicated effort (actually a much smaller one) could get Office running perfectly on Linux, and that would be a huge win for anyone who was ambitious enough to try and claw the lucrative enterprise desktop market away from Microsoft. There's just no one out there yet who's been wealthy and crazy enough to go for this one.
The average person thinks all kinds of stuff is impossible when it's not, another great example is how everyone thought Gabe Weinberg had no chance of competing with Google, fast forward to today and DuckDuckGo makes $100M/yr and is probably going to benefit immensely when the govt's anti-trust remedies against Google kick in, no matter what they end up being. The world is Gabe's oyster and he's just a guy who had balls bigger than everyone else's, found a good angle and stuck with it.
I wonder what copyright would say about a machine learning approach attempting to exactly duplicate MS Office layouts ...
Does that apply to desktop linux too?
You describe the use case as publishing, but really it’s interacting with others in a professional capacity. It’s much broader than just publishing.
Very confused by the article, even after re-reading it. The author keeps bringing up ideology throughout the article, but is there any arguments or evidence given that this is a factor? The simplest explanation to me is that OOXML is a de-facto proprietary format, and implementing full compatibility with it is simply a large technical undertaking that LibreOffice doesn't have the resources to effectively achieve right now. They even hint at that themselves: "From what I've been able to decipher, no non-Microsoft Office program implements the full specification and follows it to the letter."
Yes, I believe that imperfect compatibility with Microsoft Office is holding LibreOffice back, but perfect compatibility isn't going to happen without massive resources. It's immense work being 100% compatible with a proprietary, under-documented standard. Without an army of developers, it's going to take a very long time. Think of how long it took Wine and ReactOS to get to today's usability, and those projects still have much work to do. Think of how long it took the HaikuOS people to release release-candidate issues of their project.
It’s difficult to be conpatible with a software product that claims to follow an open standard but that does not.
The first part of OOXML alone has more than 5,000 pages. Ideology or not, I highly doubt anyone would try to implement OOXML to the letter.
I've lost this optimism a long time ago when I realized how much denialism and how little actual factual, detailed knowledge there is among vocal proponents for Linux and free software. For example, the entire font handling stack on Linux is a hot seething mess of horrible dysfunctionality, wrongly implemented and starting out from the wrong principles (IMHO), yet nobody is working to improve it because everyone keeps telling you it's a solved problem.
More specifically, years ago ago I hacked together solutions to script LibreOffice from the 'outside' as it were because its macro system is such an utter painful failure in so many ways. Not only was a single website written in Japanese the only source for a reasonable rundown of LibreOffice's API, it also introduced me, indirectly, to the fact that the people who initially wrote OpenOffice were apparently not comfortable with Java being a strictly OOP language, so they did their best to write code that to a degree circumvents that, leading to a terrifyingly bad user experience and a hint of the convoluted horrors that might lurk in the source code.
The glacial pace of LibreOffice's development where the appearance of the tiniest of innovations leads, every few years, to great public announcements and a new version number, has convinced me that the community has painted themselves in a corner with an unmanageable code base and devs that are, likely, in complete denial that the only way out would be a complete rewrite of the software, something that is, understandably, too hard to stomach.
DOCX is a proprietary format. Perfect support is categorically impossible. A best-effort attempt is the best we'll ever get, and IME LibreOffice tries a lot harder than other office suites do.
Also, for what it's worth... you know what GDocs and Word won't open? A document written in WordStar on a TRS-80 in 1983. You know what will open that document? LibreOffice. LibreOffice checks all the boxes for my spreadsheet/document writing needs, and it has also been an irreplacable tool in my data archival efforts.
Nah - well you’re correct that DOCX is under-defined - but the real the problem with LibreOffice is that it has 40 years of history supporting the wrong file format. Its internals are all built on models that later became ODF and any attempt to bolt-on the incompatible MS Office models is doomed to failure.
None of this is to say GDocs isn't a miserable turd of a program. I'm convinced word processors have actually regressed in quality since the mid-2000s. GDocs somehow manages to be less featureful, slower, buggier, less user-friendly, and less compatible than Word XP. There isn't a single thing GDocs does better than an office suite that's pushing 25 years old, save for real-time collaborative editing which is hardly worth all the other compromises.
This sounds silly, but I encourage you to dredge up an old Windows XP system and a copy of Office XP. I was shocked to see how far we've strayed from the light.
A word processor which supports the same style options as Google Docs and used pandoc to import/export would be as much as most users need.
That said, I'd really like to see an office suite put together out of the various opensource tools which try to approach documents/graphics in new and striking ways:
- LyX --- a "What You See Is What You Mean" document processor, it can offer quite professional capabilities (when I was doing STEM composition, the book which came in as LaTeX exported from LyX was the cleanest and most straight-forward manuscript I ever worked on)
- PySpread --- (or maybe Flexisheet if someone can get it to a usable state) Way more than most folks need, this Pythonic spreadsheet where every cell can be either a Python program or the output of a Python program could revolutionize what folks do w/ spreadsheets and data
- Jupyter Notebooks --- almost a de facto standard, getting wider adoption would be a good thing
- ipe --- https://ipe.otfried.org/ --- this, or TikzEdit or maybe xasy for Asymptote would be more drawing tool than most users would ever want, and able to make anything anyone really needs
I haven't heard anything about AbiWord and GNUmeric in recent years, though. I haven't kept up with them since my college days.
Because your publisher, professor, employer, collaborators, and book club members all want an Office file. Full stop. They will not accept anything else, and they will refuse to work with you unless you have the clout to force them to use your new format. And then they will be unhappy.
That’s what this article is getting at. If you want to replace Office, you need to have full compatibility with Office files. There’s no way around it. Most people don’t want more open, faster, more features, or better. They want Office (or increasingly, Google Docs).
https://pandoc.org/
I used to work in publishing --- Word docs were hacked at (as noted elsethread often with track changes enabled) by editors since it was their standard tool, then they would get flowed into PageMaker, or Quark XPress, or Ventura Publisher, or Adobe InDesign --- except of course for the LaTeX docs.
For .docx, the converted file is fine, so long as it has all the text and bold/italics which the author wants.
This kind of thinking in tech is why Office doesn't have any serious competitors. It's insufficient for what most business users need, and they're the reason the whole world runs on Office.
It's been 30 years, and Office 95 was objectively better and more full featured than Google Docs in 2024. Even Microsoft Works would blow Google Docs out of the water in a feature-by-feature comparison.
Sure, WYSWIYG editors for Markdown could exist, but building these editors gets crazy complicated fast, and why would you when Office exists?
I won't argue that those are easy tools to learn, but if you do, you have much more power than with MS/{word,excel,powerpoint}
[1]: https://rstudio.github.io/visual-markdown-editing/
[2]: https://pandoc.org/MANUAL.html#extension-fenced_divs
[3]: https://stackoverflow.com/questions/76421783/text-and-image-...
[4]: https://quarto.org/docs/guide/
Deleted Comment
I've worked with the Java implementation for writing Office files, the Apache POI. The internal package names for these classes are "hssf", "hwpf" and so on. It's not very obvious why until you Google it and, well, "hwpf" stands for "horrible word processor format", "hssf" is "horrible spreadsheet format" and so on. Implementing these things is often difficult for good reason, and sometimes for not so good reasons, but this is the first time I've encountered developers expressing such direct hostility towards what they were trying to implement.
It comes from the same code base, which limits a lot what can be done with it.
Them both being written in a memory unsafe language[1][2] isn't helping matters
Also, while digging up those links I noticed the last release of OO was in Dec 2023 which is a lot of time for all the components they bundle to acquire vulns. But at least they're consistent about it since the release before that was in Feb 2023
1: https://github.com/apache/openoffice/tree/AOO4115-GA/main/ba...
2: https://cgit.freedesktop.org/libreoffice/core/tree/basic/sou...
I am a "heavy" calc and writer user. I use them daily in my office job.
I dont need much macros (the ones I created for excel do with for calc) so it works.
I do get formatting issues with files every often but with next release, its usually fixed.
I have been using of before it was libreoffice so I know.
Yes, it does crash sometimes but that is getting less and less obvious now.
I encourage you to give it a spin. Its not half as bad as it sounds
When you think about it, unless you’re working at a very small business or on home stuff, most things you do with it should live elsewhere.
If you’re writing up some documentation for a business process, that should live in a system designed for that purpose where documents can be linked together and integrate with other systems. Examples include Confluence or Notion.
If you’re using Calc/Excel to handle some accounting or some other kind of quantitative organization, there’s probably a specialized system that you should be using, or just using a CRUD application.
If you’re doing HR stuff like performance reviews you need a system that can enforce tight read permissions and enforce a workflow.
The list goes on and on. The general business office suite only exists to catch general purpose processes that fall through the cracks where a better solution doesn’t exist, and every day that goes by eliminates another one of those use cases.
The second biggest blocker is that LibreOffice isn’t in your browser. It’s a slow-installing slow-loading clunky old desktop application.
The third biggest blocker to LibreOffice adoption is the dogshit ancient-looking UI. It looks nothing like a native application on any platform which constantly reminds you you’re using the knockoff of the Real McCoy.
And the final hurdle is that it has a dorky name.
Besides that, when software serves a purpose well, people do not hesitate to download and install it. If need to install an app causes significant user dropoff, I’d say that’s an indictment of the app’s functionality/UX/etc. It basically means that the value the app provides isn’t worth an extremely minor one-time inconvenience, which is a pretty low bar to clear.
The web is universal.
I’m pretty sure half of all Internet traffic is on phones.
Just look at the kind of business Google Workspaces and Office 365 are doing.
Heck, LibreOffice has an OSS competitor on the web with OnlyOffice.
This greatly underestimates the importance of Excel for anything to do with physical goods, which is all of the world outside of the tiny SV/HN SaaS bubble. Excel files are the API that glues every factory, supplier, vendor and system together. Good luck replacing that and forcing all of the involved parties to switch to this replacement.