On Sun, 20 May 2007, Holger Schulz wrote:
> Is there any library or module which allows to read and write Excel
> files? Or perhaps CSV files? Excel can im- and export those as far as
> I know.
I wrote "col" which relies on camlp4 to automatically create converters
between CSV files and records (and tuples and objects as well):
http://martin.jambon.free.fr/ocaml.html#col
It can read the name of the fields from the first row (head of
each column).
It works for ocaml 3.08/3.09 and I started the upgrading process to
camlp4 3.10, but it's not done yet.
Martin
.