Re: Big Excel (xlsx) file parsing (docjure, incanter...)

2013-12-10 Thread scott tudd
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

"Dynamically" push / pull / read Data Into and Out of Excel

2013-12-10 Thread scott tudd
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