Is there a generic lisp library for creating Excel tables? I would really like it to output one of the XML formats.
Update:
To add some more context, creating a csv file from regular lisp is pretty trivial, and what am I doing now.
The XML Spreadsheet format is pretty simple, and there are generic lisp libraries that make it easy to output arbitrary XML, so native will be pretty easy, but if something already exists to make the process easier, I would prefer it.
excel common-lisp
Dan becker
source share