orthogonal, perhaps helpful:
I wrote a clojure (wrapper) library that "streams" data in-and-out of Excel
quite easily (and other applications, mostly finance, that use DDE).
especially useful if you need to monitor or updates changes to cells.
https://github.com/tuddman/clj-dde
feedback welcome
built a clojure (wrapper) library:
https://github.com/tuddman/clj-dde
basically it can 'monitor' defined Excel cells for changes... which can
'trigger' your clojure app to do stuff.
conversely, can add / modify data in Excel cells programmaticaly from
clojure ;-), as well.
useful for 'real-tim