On Mon, Aug 4, 2008 at 2:14 PM, Fernand <[EMAIL PROTECTED]> wrote: > If you need to simply create and Excel Sheet, you may also try it using the > new Microsoft XML format (it will only work with Office 2007, though) ; then > you do not need COM. > > Sincerely yours, > > Fernand
Hi Fernand and Günther, A few month ago I wrote some haskell to parse an XML document and create an Excel XML document from the data. I just pasted the code here: http://hpaste.org/9381 I'm using Excel 2003 and it works with XML. Best regards, Olivier.
_______________________________________________ Haskell-Cafe mailing list [email protected] http://www.haskell.org/mailman/listinfo/haskell-cafe
