Read and write an Excel file

  • Thread starter Thread starter Claude Gagnon
  • Start date Start date
C

Claude Gagnon

Hi,

Is it possible to read and write an Excel file from Visual C++ ?

Thanks,

Claude
 
If you can do it from VB Script, I don't see why not (but I am not totally
sure).

Can you utilize VB Script from with inside your C++? I have not done much
with C++ in quite a while, but I know you can embed other types of scripts
within HTML and some other languages.

Here is a weblink that shows some common stuff for Excel using VB Script.
http://www.microsoft.com/technet/scriptcenter/scripts/desktop/default.mspx?mfr=true

Not sure if this helps...
Mark Ivey
 

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