csv-parser

LLGPL

CSV parsing/writing utilities, a la Microsoft Excel

$ area51 add csv-parserCopy

Usage

;; area51 add updates your .asd automatically.
;; Use the package in your code:
(in-package :my-project)
(csv-parser:some-function ...)