[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

microsoft.public.excel.programming

Re: Help , reading an Excel value from the C program

RapidXLL_NET

12/14/2006 9:51:00 AM


If your interest is in building worksheet functions which can access
user values or values in other cells then building an C++ XLL add-in is
your best bet.

RapidXLL_NET automatically converts C++ headers into Excel Add-Ins and
..NET libraries. Please visit http://www.Ra... for a free trial
and samples.




Rahul wrote:
> Hi Madhan, Thank you, Could you gimme some pointers to OLE Objects if you
> know something in particular.
> Thanks,
> rahul
> "Madhan" wrote:
>
> > Hi, in Visual Studio you have to create a C project that references the excel
> > OLE object. Using the excel OLE object reference you can access most of the
> > features of the excel and hence the file, in your program.
> >
> > "Rahul" wrote:
> >
> > >
> > > Hi Guys,
> > > I could not find a help online yet on this.
> > > On my V Studio I have a project , and a .c file. In this .c file I have to
> > > read an excel sheet from C:\test.xls (say the value in the cell (i,j) ).
> > > Could anyone help me in finding a the code that I need to add in my .c file.
> > >
> > > TIA,
> > > Rahul