Most innovative in that space I know of, would be TreeSheets. https://strlen.com/treesheets/ And this software is at least 9 years old :)
Excel 2.0 – Is there a better visual data model than a grid of cells?
101–110 of 223 posts
Re: Excel 2.0 – Is there a better visual data model than a grid of cells?
#102Trillions of decisions have been made off a tool that has poor error handling and data consistency issues. Blame is not entirely on either the user or the software, but the tool is too trusted without validation. [Study that was at the core for Europe's austerity and European debt crisis contained excel errors when fixed showed the inverse of original hypothesis.]( https://www.nytimes.com/2013/04/19/opinion/krugman-t…
Airtable really ought to be killing Excel, but the SaaS model combined with a stupidly low artificial row count limit (over 50000 rows is listed as "contact us for pricing") means that it will never achieve penetration into weird and wonderful use cases like Excel has. Like, my default is to throw a dataset I'm hacking on into an SQL database so I can actually query the thing. But no I don't want to upload my 400MB l…
Re: Excel 2.0 – Is there a better visual data model than a grid of cells?
#103Re: Excel 2.0 – Is there a better visual data model than a grid of cells?
#104Most innovative in that space I know of, would be TreeSheets. https://strlen.com/treesheets/ And this software is at least 9 years old :)
Re: Excel 2.0 – Is there a better visual data model than a grid of cells?
#105Thanks for posting! I love the topic - I've written before [1] about how I think spreadsheets are the most popular programming paradigm ever, we just don't talk about it much. I personally think that the evolution of spreadsheets is less about changing the UI, and instead making it possible for spreadsheet users to easily transition to more powerful programming tools in a natural and easy way. So I've spent the past…
Re: Excel 2.0 – Is there a better visual data model than a grid of cells?
#106I agree that spreadsheets are still extremely useful, and surprisingly difficult to improve upon. Maybe it's because spreadsheets combine a bunch of the primitives used to build many types of applications - tabular data, persistent data, operations on that data (CRUD, per the article), trivial to inspect the data, and can make various views on the data. It seems to me that quite a few successful software companies bo…
Re: Excel 2.0 – Is there a better visual data model than a grid of cells?
#107No power BI users?
Re: Excel 2.0 – Is there a better visual data model than a grid of cells?
#108I guess some Excel users just outgrow the app. It's time to write some code in R or Python, along side with Jupyter-like notebooks. Another option is to use more specialized tools like Tableau. The table or spread sheet is not very "visual" after all.
Re: Excel 2.0 – Is there a better visual data model than a grid of cells?
#109I agree that spreadsheets are still extremely useful, and surprisingly difficult to improve upon. Maybe it's because spreadsheets combine a bunch of the primitives used to build many types of applications - tabular data, persistent data, operations on that data (CRUD, per the article), trivial to inspect the data, and can make various views on the data. It seems to me that quite a few successful software companies bo…
Re: Excel 2.0 – Is there a better visual data model than a grid of cells?
#110Earlier quoted context omitted.
Airtable really ought to be killing Excel, but the SaaS model combined with a stupidly low artificial row count limit (over 50000 rows is listed as "contact us for pricing") means that it will never achieve penetration into weird and wonderful use cases like Excel has. Like, my default is to throw a dataset I'm hacking on into an SQL database so I can actually query the thing. But no I don't want to upload my 400MB l…
100% I found what Airtable is doing to be deeply attractive. But their costs and their lock in and their pricing model and it's just... UGH. Microsoft Access was a good idea with a terrible implementation. There HAS to be a unfilled niche here. nocodb looks to be the best answer so far? Because it ties to a backend postgres database, it can be used along side bespoke applications. It still needs development though. I…