Re: [Haskell-cafe] ActiveX and COM

2008-08-05 Thread Krasimir Angelov
Hi Günther, You can also consider the hscom library: http://darcs.haskell.org/packages/hscom/ There is a simple demo that automates MS Agent. The library is not completed but if you are interested only in controlling Excel via automation it should provide what you need. I started hscom because

[Haskell-cafe] ActiveX and COM

2008-08-04 Thread GüŸnther Schmidt
Hi, what is currently the recommend way to interface with COM from haskell? I need to create an Excel Sheet and thus need to use Excel via COM. Günther ___ Haskell-Cafe mailing list Haskell-Cafe@haskell.org

Re: [Haskell-cafe] ActiveX and COM

2008-08-04 Thread Fernand
GüŸnther Schmidt пишет: Hi, what is currently the recommend way to interface with COM from haskell? I need to create an Excel Sheet and thus need to use Excel via COM. Günther You have the HDirect package, you need some tweaking to compile it with the current GHC. I only have a professionnal

Re: [Haskell-cafe] ActiveX and COM

2008-08-04 Thread Olivier Boudry
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

Re: [Haskell-cafe] ActiveX and COM

2008-08-04 Thread Olivier Boudry
Ooops, I just realized that hpaste truncated my source file at 5k (it's 8k long). Unfortunately the Excel file creation code is in the truncated part of the file ;-) So if you are interested in getting the full source, just ask. ___ Haskell-Cafe mailing