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
Copy file name to clipboardExpand all lines: README.md
+13-8Lines changed: 13 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,17 +7,9 @@ A Clojure library (really a wrapper around the Java DDE library provided by pret
7
7
1. Sometimes you need to connect to a DDE source, and
8
8
2. would rather do it in Clojure > some other language
9
9
10
-
## Usage
11
-
12
-
Work in Progress.
13
-
14
-
When you need to connect with a DDE data source...
15
-
16
10
17
11
## Setup
18
12
19
-
## Using it
20
-
21
13
Make sure you have [Leiningen](http://leiningen.org/) installed.
22
14
23
15
Your `project.clj` should include something like the following:
@@ -30,6 +22,19 @@ Your `project.clj` should include something like the following:
30
22
...)
31
23
```
32
24
25
+
## Usage
26
+
27
+
Work in Progress.
28
+
29
+
When you need to connect with a DDE data source...
30
+
31
+
32
+
`(dde/convesation)` to setup a connection.
33
+
`(dde/connect "excel" "sheet1")` to connect to a datasource (excel)
34
+
`(dde/request excel-conv "R1C1")` to 'poll' the data contained in cell R1C1
35
+
36
+
check out the dde-example folder for further examples and usage.
37
+
33
38
## Issues
34
39
35
40
If you get the message "java.lang.UnsatisfiedLinkError: no JavaDDEx64 (or JavaDDE) in java.library.path" you need to add the javaDDEx64.dll (or javaDDE.dll) file (it's in /resources) to your classpath directory:
0 commit comments