C++ into Excel - Syastro letter

I'm trying to use a project to be able so that a Planar 2R robot pen will be able to write a Syastro letter. However i'm having trouble linking my code, so that the results will appear in Excel. Any thoughts?
Create text file "something.csv". Fill it with your resulst in CSV format
http://en.wikipedia.org/wiki/Comma-separated_values
@MiiNiPaa's suggestion of creating a CSV file might be your best solution. If the version of Excel you are using is <= 2003 then you can connect to an instance of Excel via it's COM interface. Otherwise if > 2003 then you will create the compound file that Excel now uses (I have written code that can do this, but I won't be publishing it). You might be better to use VBA code to control your robot pen from within Excel, I don't know if that is a possibility to you.
Topic archived. No new replies allowed.