|
|
|
Ask HN: What are your most common tasks and painpoints in spreadsheet software?
|
|
26 points
by marttilaine
885 days ago
|
|
Through a hobby project I've ended up implementing a spreadsheet app with support for lots of file formats (csv, tsv, json, ndjson, sqlite). The formula engine uses JS (e.g. the formula `max($('A1:A9'))` equals to excel formula `MAX(A1:A9)`. I also have a CLI which is capable of executing those JS formulas on files without the GUI. It has been fun to code but I don't know where to take this project (if anywhere). Turning it into a polished app requires a significant time investment still. Therefore I was wondering if there's some specific painpoints in the spreadsheet world that I could fix and provide a solution to the world via this app, since I have a solid starting point with it. |
|
Excel is the standard for a "polished" spreadsheet. It has been in development for about 40 years (since it was released in 1985) and has had the resources the most valuable company in the world can put into a flagship cash cow application.
It's-not-Excel is the primary pain point for all spreadsheet applications.
Documentation, training, third-party how-to's, etc. are one of the important ways that It's-not-Excel spreadsheets cause pain.
OK, sure the price of Excel is also a pain point and proprietary licenses are also one. But there might be very reasonable reasons for not focusing on users who prioritize those. Or not.
And Google Sheets and the Apple office suite already cost zero dollars, so there's that too.
Good luck.