On Fri, Mar 2, 2012 at 5:31 AM, Tuomas Utrecht <tuomas.utrecht at gmail.com> wrote: > I have body of possible Excel formulas which are identical to Python syntax, > except for the use of ^. If that's the case, why not rewrite them as strings instead (i.e. s/^/**/g), and then pass them to IronPython? - Jeff