Calling Excel from C++

  • Thread starter Thread starter GL
  • Start date Start date
G

GL

Hi,

Does anybody know how to open an Excel workbook, and write
to cells from C++/C.

Thanks,

GL
 
I don't know how to do in C/C++, but I do know how in Visual Basic. I
Visual Basic you have to add a referrence to the Excel Object Model t
the application you are building. Then you have to istanctiate a
instance of Excel to access the object model.

I don't know if this will help you at all, but it might start you i
the right direction
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top