[VC++]Create Excel sheet
C / C++ / MFC
3
Posts
3
Posters
0
Views
1
Watching
-
Hello, I would like to know how to create a excel file which contain several sheet. Thanks for help. S.
VC++ has the COMEXCEL sample which automates Excel. Tomasz Sowinski -- http://www.shooltz.com
-
Hello, I would like to know how to create a excel file which contain several sheet. Thanks for help. S.
G'Day Samprayoga I was doing something similar just last week. There are a heap of knowledge base articles I found about this. Q179706 was the one I started with. From memory it has links to a more. Alternatively searching MSDN for 'office automation' should yield enough useful articles to get you started. Good Luck! Richard.