lib/formulae/compile/formula_builder.rb in rubyfromexcel-0.0.7 vs lib/formulae/compile/formula_builder.rb in rubyfromexcel-0.0.9
- old
+ new
@@ -171,9 +171,10 @@
excel_function :sumproduct
excel_function :round
excel_function :roundup
excel_function :rounddown
excel_function :mod
+ excel_function :pmt
def standard_function(name_to_use_in_ruby,args)
"#{name_to_use_in_ruby}(#{args.map {|a| a.visit(self) }.join(',')})"
end
\ No newline at end of file