lisp-is-the-future
lisp-is-the-future
Dear @defunkydrummer, sorry, haven't checked this email address since a while. Sure, I send you both files. On Tue, Oct 30, 2018 at 8:25 PM defunkydrummer wrote: > Hi @lisp-is-the-future...
@defunkydrummer sorry for long not answering. I tried it again. But this time I have a smilar but slightly different error: ``` (ql:quickload :lisp-xl) (defparameter *f* "/home/josephus/Dropbox/amit_scripts/RawCounts.xlsx") (defparameter *c* (lisp-xl:read-sheet...
based on :cxml which uses streams (then using klacks inside :cxml) I wrote in the recent days my own package for xlsx and ods file reading. https://github.com/a1b10/cl-xlsx/blob/master/README.md On Wed, Aug...
I need this for my bioinformatics stuff, because in bioinformatics a lot of xlsx table files are used - because the biologists doing the experiments rely a lot on MS-Office...