Excel as a Frontend

(alexandrehtrb.github.io)

5 points | by alexandrehtrb a day ago ago

2 comments

  • yummypaint 8 hours ago ago

    Spreadsheets occupy a weird position in many organizations. They are "functional" programs, but most people who make them have no concept of how "functional programming" compares to other paradigms, nor do they need to.

    Spreadsheets just work, perhaps so well that they have become victims of their own success. They are such effective tools that they are lumped in with other user facing office productivity software, and as a result they seem to be overlooked by more technical people with programming skills in other languages. I always thought the spreadsheet format could be expanded and improved to be able to handle more use cases and behave more like a normal program, but there has been shockingly little effort put into trying this out. At one point there was something that acted like a spreadsheet where any cell could be a python expression, but I think it's defunct now.

    There will be no innovation from Microsoft on this front. We should really decouple the spreadsheet concept from excel the product.

    • alexkwood 5 hours ago ago

      it is already decoupled, lots of products have been been using .xlsx (format) as data interchange/template driven inputs for a long time. Libraries in almost all programming languages to create .xlsx with formulas/formatting etc have been around for a long time