1. What is formulas?

Formulas implements an interpreter for excel formulas, which parses and compile excel formulas expressions.

2. Installation

To install it use (with root privileges):

$ pip install formulas

Or download the last git version and use (with root privileges):

$ python setup.py install

3. Next moves

Things yet to do implement the missing excel formulas.