Skip to content

Commit b12361d

Browse files
committed
updated README.md
1 parent ed8d845 commit b12361d

File tree

1 file changed

+13
-8
lines changed

1 file changed

+13
-8
lines changed

README.md

Lines changed: 13 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,9 @@ A Clojure library (really a wrapper around the Java DDE library provided by pret
77
1. Sometimes you need to connect to a DDE source, and
88
2. would rather do it in Clojure > some other language
99

10-
## Usage
11-
12-
Work in Progress.
13-
14-
When you need to connect with a DDE data source...
15-
1610

1711
## Setup
1812

19-
## Using it
20-
2113
Make sure you have [Leiningen](http://leiningen.org/) installed.
2214

2315
Your `project.clj` should include something like the following:
@@ -30,6 +22,19 @@ Your `project.clj` should include something like the following:
3022
...)
3123
```
3224

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+
3338
## Issues
3439

3540
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

Comments
 (0)