Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > C Programming > Re: how to access excel in c?

Reply
Thread Tools

Re: how to access excel in c?

 
 
jacob navia
Guest
Posts: n/a
 
      08-31-2011
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.

 
Reply With Quote
 
 
 
 
Kenny McCormack
Guest
Posts: n/a
 
      08-31-2011
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.

--
> No, I haven't, that's why I'm asking questions. If you won't help me,
> why don't you just go find your lost manhood elsewhere.


CLC in a nutshell.

 
Reply With Quote
 
 
 
 
jacob navia
Guest
Posts: n/a
 
      08-31-2011
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)


 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Re: How include a large array? Edward A. Falk C Programming 1 04-04-2013 08:07 PM
Problem with Excel reports ::::Excel 2003 Migration To Excel 2007 =?Utf-8?B?c2hhc2hhbmsga3Vsa2Fybmk=?= ASP .Net 15 10-24-2007 01:34 PM
using Microsoft Excel image for Export to Excel button =?Utf-8?B?U3JpZGhhcg==?= ASP .Net 0 12-09-2005 08:58 PM
exporting an excel file from database; making changes to excel file and updating the database by importing it back Luis Esteban Valencia ASP .Net 1 01-12-2005 12:28 AM
Excel _WorkBook vs. Excel.Workbook =?Utf-8?B?SmltIEhlYXZleQ==?= ASP .Net 1 09-29-2004 03:48 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57