Skip to content

Commit

Permalink
updated for functional programming group
Browse files Browse the repository at this point in the history
  • Loading branch information
whamtet committed May 18, 2015
1 parent 8f863cc commit 2635bc1
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 2 deletions.
Binary file removed Excel-REPL.v12.suo
Binary file not shown.
5 changes: 3 additions & 2 deletions Excel-REPL/nrepl/excel_repl/udf.clj
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,8 @@
(map #(str (.ToUpper name) (count %)) arglists))]
(util/line-interpose (map #(emit-static-method %1 name %2 doc async) method-names arglists))))

(defn class-str [d]
(defn class-str
([d]
(let [
fns (map first d)
fn-str (util/comma-interpose fns)
Expand All @@ -96,7 +97,7 @@
s (.Replace s "foo;" construct-body-str)
s (.Replace s " private void Poo() { }" static-methods)
]
s))
s)))

(defn get-methods [t]
(.GetMethods t (enum-or BindingFlags/Public BindingFlags/Static)))
Expand Down
16 changes: 16 additions & 0 deletions default dependencies.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,24 @@ NetOffice
OfficeApi
VBIDEApi
ExcelApi
Microsoft.Office.Interop.Excel

Misc
====
System.Web
System.Drawing
System.Windows.Forms

DotNetZip
=========
Iconic.Zip

Official .NET driver for MongoDB
================================

MongoDB.Bson
MongoDB.Driver

NOTE!!!!
Set ExcelDna.Integration reference to CopyLocal=True
so that it may be loaded

0 comments on commit 2635bc1

Please sign in to comment.