
4 Aug
2008
4 Aug
'08
10:19 a.m.
On Mon, Aug 4, 2008 at 2:14 PM, Fernand
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.