interested in the technology stack behind this. How do you make an app that works inside Excel? Is there an add-in or add-on development? What about supporting older versions of Excel?
The local version of Slate is a standard C# addin; the cloud version uses most of the same C# and Python. All of the visualisation is currently done in html, css + js.
The add-in should work back to Excel 2007.