output to *.xls file
C / C++ / MFC
2
Posts
2
Posters
0
Views
1
Watching
-
I have an application and I am trying to generate an output file. type *.xls with c++ code. how it is possible to create seprate sheet within the excel file and write to it.
-
I have an application and I am trying to generate an output file. type *.xls with c++ code. how it is possible to create seprate sheet within the excel file and write to it.
maryami wrote: how it is possible to create seprate sheet within the excel file and write to it. It's very easy using Excel's COM interface (Automation). MSDN has several examples. This forum even has a few.
Five birds are sitting on a fence. Three of them decide to fly off. How many are left?