Method: Extract::Tree::Formula#excel_value
- Defined in:
- lib/extract/tree/formula.rb
#excel_value ⇒ Object
4 5 6 7 |
# File 'lib/extract/tree/formula.rb', line 4 def excel_value args = formula_args.excel_values ExcelFormulas.send(formula_name.text_value.downcase,*args) end |