using Excel object in C++

7

7777777.chen

Hi,

In C++ project, I need open excel file and write data to it. Can
someone give me some intrusction?

Thanks,
Sherry
 
B

Bruno van Dooren

one of the ways would be to use the ActiveX objects that are installed with
office.
we did that with another programming language (LabVIEW) a couple of years
ago.
first you create an internal excel instance. then you create a workbook
object. then a worksheet object.
each of those objects has methods and properties you can use. for entering
and formatting data

now it is also possible with the .NET framework, or so i've heard, but we
never tried that.

kind regards,
Bruno.
 
7

7777777.chen

How to create an instance of excel object in C++ with .NET framework?
Does anyone have a clue?

Thanks
 

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

Top