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
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