Le 31/08/11 14:44, Kenny McCormack a écrit :
> In article<j3koup$4il$>,
> jacob navia<> wrote:
>> Le 31/08/11 09:05, freenews.netfront.net a écrit :
>>> thanks!
>>>
>>>
>>>
>>> --- Posted via news://freenews.netfront.net/ - Complaints to
>> ---
>>
>> Use COM. There is a published interface.
>>
>
> Wait a second. I think you misunderstood the OP. See, Excel is an EXE, not
> a COM.
>
Common Object Model (COM). Published interface for excel is several
years old. You create an object with the object factory, then use
the interfaces after obtaining them with iUnknown.
All this is doable in C, and I had the source code for it that
worked with Excel (That is a small EXE and a BIG DLL)