lisp-xl icon indicating copy to clipboard operation
lisp-xl copied to clipboard

Common Lisp Microsoft XLSX (Microsoft Excel) loader for arbitrarily-sized / big-size files

Results 6 lisp-xl issues
Sort by recently updated
recently updated
newest added

If the child nodes are nested, the Excel file will not load because you will get the following error: "Couldn't find child tag T"

Getting this error when loading :lisp-xl with quicklisp: Error: #\ů (of type CHARACTER) is not of type BASE-CHAR. The error is occuring while loading :zip. There seem to be several...

Dear Flavio, Only can I found some read-use under your README-file, for my need,Would you mind give an example for using :LISP-XL to write data to the .xlsx-file,thank you very...

Dear Flavio, searching for a way to read-in .xlsx files using common lisp, since I really want to try to use it in every day life (I am a Bioinformatics...

Change the symbol T to lower case t, this trivial change allow lisp-xl to run successfully under Allegro CL Modern mode (see http://franz.com/support/documentation/current/doc/case.htm).

If the first cell of a row is empty, NIL should be returned as the cell value, instead the row is shorted by one cell value, causing data to be...