save excel file
C / C++ / MFC
3
Posts
3
Posters
0
Views
1
Watching
-
Dear all how to save an excel file instead of .txt file in c++? anyone has such code or suggestion?thanks a lot
gentleguy
Excel.Application COM may be solve your problem.
Emimmortal
-
Dear all how to save an excel file instead of .txt file in c++? anyone has such code or suggestion?thanks a lot
gentleguy
Try using the *.csv fileformat. (comma separated values). It is still a text file but can very easily be generated and imported into excel