.NET and Python Programming with Resolver One Spreadsheet

F

Fuzzyman

Hello all,

Resolver One is a new spreadsheet program that is of particular
interest to those interested in spreadsheet programmability. Version
1.0 has *just* been released, and is free for personal/non-commercial
use.

Spreadsheets are expressed as IronPython programs (although data and
formulae are editable in the grid as usual - they are translated in
real time and the spreadsheet calculated in the background with the
results synced back to the grid).

You can program the spreadsheet, with full access to the spreadsheet
objects, in the code pane (IDE) that is part of the main interface.
You can use .NET and Python libraries natively within your
spreadsheet.

http://www.resolversystems.com
http://www.resolverhacks.net

Programming best practises can be brought to the world of
spreadsheets!

* Maintainability
* Refactoring
* Unit testing

You can also export spreadsheets as programs for use within the IT
system.

Michael Foord
(Resolver developer!)
http://www.manning.com/foord
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top