A Pythonic spreadsheet
|
Resolver One is new kind of spreadsheet, programmable in Python.
Resolver One doesn't just let you write your macros and user-defined functions in Python - you can write the formulae you put in the grid in Python too! What's more, every time you recalculate the spreadsheet its whole structure is converted into Python so you can see your spreadsheet as one simple program, and export it for use elsewhere. And of course, since Python is a full-featured programming language, you can take advantage of its modularity and extract commonly-used functions into external modules. That means that you can store them in a central location, keep them under version control and use them from multiple spreadsheets. Also, when a bug is fixed in a module, all the spreadsheets that use it will pick the change automatically. |
![]()
|


