calling excell from an external program

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am programming with visual studio C++ 6,
i built a program which create a text that i can open with excel and create
a graph.
how can i call excel from the C program and tell it to convert the data to a
graph automaticly then save it as an excel workbook?
 
Visual C++ has a good SHELL interface. FIrst create a workbook that will,
upon opening, execute a macro to do your Excel tasks. Then use your C++ code
to invoke the workbook through the SHELL.
 

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