• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

C++ and excel automation

imla

Member
Hi,
I write a programe in C++ (no MFC) to do calculation and I use excel to plot the results;
So for this reason I need to fill 3 big tables to 3 excel worksheets .

untill now my solution is to output the data to a 3 temporary csv files, and open and move those sheets to a master workbook then I plot my graphs (in C++ not VBA).

what I wants now is to efficiently output the data directly to 3 worksheets and get rid of the temporary files.

Thanks
 

Attachments

  • main.cpp.txt
    1.7 KB · Views: 3
Back
Top