Hacker News new | past | comments | ask | show | jobs | submit login

It seems like most of those are a non-issue if you aren't working on a Microsoft stack.



Word and Excel are probably worth running Windows/Mac over Linux GUI alone if you have to spend any time in them, which I do in a non-Microsoft stack for business-related things. I'd imagine most people have to spend some non-negligible time in these.

O365/open source office products come nowhere close.


I read often on HN how Excel is used a lot, but I don't really understand the use cases. If you're a software developer, what would you use Excel for? Maybe it's because I work for small companies, but I've almost never had Excel come up at work, and in the few cases where it did, LibreOffice was sufficient because those were very small and simple sheets.

95% of my work has always been in the source tree (so git), some kind of ticket or project software (Jira, redmine, etc), and a wiki-like documentation system (Confluence, mediawiki). And of the remaining 5% most would be some kind of stuff with a Web interface on the network. I'm pretty sure I haven't edited a Word doc for 5 years. Is this really the exception I get to encounter because of avoiding "corporate" companies?


I've seen anything and everything passed around in Excel.

Project timelines, infrastructure descriptions/allocations, working on systems that allow users to deposit parts of their workflows via spreadsheets (financial related), some RFPs come and are returned in Excel form.

I can't speak to any exceptions but I personally use Word and Excel semi-daily.

I also believe there are a variety of people on HN beyond traditional strictly software devs. DevOps, Cloud-related (myself), Product Managers, Project Managers and the like.


> Word

99% of uses can be trivially replaced by plain text, Markdown, or Org. For the others you probably want a real typesetting system anyway, so Word would still not be appropriate.

> Excel

If you're at a point where it feels appropriate to use vendor-specific spreadsheet features then you have already outgrown by far spreadsheets. It's probably both simpler and more maintainable to decouple your data from your code by using a database (even SQLite, if you still want to pass files around) and/or a scripting language instead.


> 99% of uses can be trivially replaced by plain text, Markdown, or Org.

For organizing content, yes. For communicating with others, no. For example, we are using Word documents on the edge, when communicating externally. We cannot expect them to access our internal wiki, and neither we want them to.

> If you're at a point where it feels appropriate to use vendor-specific spreadsheet features then you have already outgrown by far spreadsheets. It's probably both simpler and more maintainable to decouple your data from your code by using a database (even SQLite, if you still want to pass files around) and/or a scripting language instead.

Sure, if you have the budget to do it right. The excel-based solutions are often done so, because everyone has excel anyway, and the one coming with that has no budget or buy-in to procure the server-based solution.


> For organizing content, yes. For communicating with others, no. For example, we are using Word documents on the edge, when communicating externally. We cannot expect them to access our internal wiki, and neither we want them to.

You can't just copy the Markdown (or whatever format your wiki uses)? Most of them read fine as plain text.

> Sure, if you have the budget to do it right. The excel-based solutions are often done so, because everyone has excel anyway, and the one coming with that has no budget or buy-in to procure the server-based solution.

You don't need a server to use SQL (see: SQLite, H2, Derby, or even Access).


> You can't just copy the Markdown (or whatever format your wiki uses)? Most of them read fine as plain text.

In the process you will lose links, images, etc. Additional complication is, if these are multiple wiki pages, you have to save each separately.

You are not going to explain that to normal users. (Ever explained to a user, why he cannot attach word documents into bug tracker, but he is supposed to put the content of the document right into the appropriate text fields? Not fun).

> You don't need a server to use SQL (see: SQLite, H2, Derby, or even Access).

The reason why Access is not being used is, that it is not a part of the most sold Office SKUs (neither SoHo nor Pro). In fact, I just tried to quickly find out, which are the the non-365 SKUs that do include Access, and I failed.

And again, normal users are not going to use sqlite, h2 or derby without having some kind of forms frontend. Access would be ok, but it is not accessible to everyone who has Excel anyway.


> In the process you will lose links

Err, no? They're preserved in the source just fine.

> images

Good riddance.

> Additional complication is, if these are multiple wiki pages, you have to save each separately.

Depends on your wiki system. For example, Gollum[0] (GitHub's wiki) stores everything in a Git repo, so it's trivial to get everything out using your regular file management tools.

> And again, normal users are not going to use sqlite, h2 or derby without having some kind of forms frontend.

DBeaver seems fine to me, and supports pretty much everything.

[0]: https://github.com/gollum/gollum


We are talking about normal users there, not developers. Think salespeople, assistants, project/product managers. They are not going to use git or dbeaver. Nor they are going without their diagrams, charts, schemas or links rendered inline.

If you understand this, you will understand why Word and Excel are still a thing.


My main use cases for MS Word is RFP responses, architecture descriptions, requirement definitions. Neither of those options would satisfy that an an inter-operable way with the rest of the relevant people.

I guess if you're purely writing code all day then I could understand never needing productivity suites, but I assume most roles have either customer-facing or organizational interactions beyond consuming Jira tickets.

Using a database and scripting is overkill for 90% of things and is just over-engineering a problem that spreadsheets already solves well and are understood by the people who are meant to read them.


> RFP responses

This might as well just be a PDF. The source format shouldn't matter if the recipient is just going to read it.

> architecture descriptions, requirement definitions

A hierarchical plain text document (biasing towards Org if you want internal links) would satisfy the same use case and play much better with source control.

> Using a database and scripting is overkill for 90% of things and is just over-engineering a problem that spreadsheets already solves well and are understood by the people who are meant to read them.

It's not a binary. I don't particularly like Python or SQLite, but I'd take a couple of quick and dirty Python+SQLite scripts over a bunch of unstructured spreadsheets any day.


All of those things are collaborative. Project managers aren't going to learn how to edit those documents. Sales guys aren't going to start including their bits with markdown and the marketing team isn't going to fiddle with images in markdown.

Its a solved problem, I don't see why you would want to engineer so much around such simple tasks for the only reason seemingly to be not using Microsoft.


> All of those things are collaborative.

Indeed. So why on earth would you pay for tools that make all version control systems barf?

> Project managers aren't going to learn how to edit those documents. Sales guys aren't going to start including their bits with markdown and the marketing team isn't going to fiddle with images in markdown.

It's not that hard. Ask a random nine-year-old to come up with a formatting syntax and they'd likely come up with something with a canny resemblence Org.

> Its a solved problem, I don't see why you would want to engineer so much around such simple tasks for the only reason seemingly to be not using Microsoft.

Why would you use a overcomplicated WYSIWYG editor to make a few things bold and add a list? Why would you pay for that miserable experience?


Ask a random nine-year-old to create a Word document. If triviality is your concern, everyone is at some point required to learn Word. It is quite literally one of the first software anyone in the US is introduced to. You are absolutely guaranteed to encounter it at some point K-12 or and in college. Random markdown syntax and git, not so much. The idea that you are going to dictate how you communicate to and share with the rest of your organization (sales, marketing, compliance, legal) because of an affinity for software related tooling is laughable.




Consider applying for YC's Fall 2025 batch! Applications are open till Aug 4

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: