You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
expression=ExpressionProcessor::Expression.new("MAX(10, SUM(A))")expression.constants({:A=>[1,3,5]})expression.valid?([:A])# specify constants that are allowedexpression.eval# => 10
About
Allows you to process simple excel like formulas. (Needs some cleanup for mass use)