Creating Word Document With C++
-
I want to export some information from my software into Word. I am not able to use the OLE for Word. Can somebody help me ? How can i initialize a word document and then write my data in it. I want to use tables while exporting the data. Is there any article which tells me to do that ? I am not using MFC. I am constrained to use only Win32 APIs Thanks in advance
-
I want to export some information from my software into Word. I am not able to use the OLE for Word. Can somebody help me ? How can i initialize a word document and then write my data in it. I want to use tables while exporting the data. Is there any article which tells me to do that ? I am not using MFC. I am constrained to use only Win32 APIs Thanks in advance
Output content it in the Office xml file format, which is documented. Otherwise, buy third party Word generators out there (http://www.pparadise.com/index.pasp[^])
MS quote (http://www.microsoft.com/ddk) : As of September 30, 2002, the Microsoft® Windows® 2000 DDK, the Microsoft Windows 98 DDK, and the Microsoft Windows NT® 4.0 DDK will no longer be available for purchase or download on this site. Support for development will ship at the same time as the Windows XP Service Pack 1 (SP1) release.