How to write a data in Excel file dynamically from C / VC++

  • Thread starter Thread starter sweety
  • Start date Start date
S

sweety

Hi,


Very Urgent...


I Need to write a structure of data which is in "C" to excel
file(*.xls). So,
using C/VC++ how i can create a Excel file and how i can write a data
into the respective cell at run time.


Available VS .net 2003 and Excel 11.


Pls help on this , Would be great if some samples provided.


Thanks,
Sweety
 
Hi,

on www.codeproject.com,
search for 'excel' in the C++ and C# articles.
there is a significant number of articles on how to do this.

kind regards,
Bruno.
 

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