Working with Excel 2007 from win32 application
Can you tell me Where I can see a examples (sources of simple application on c++ (for Visual Studio)) a working with excel 2007 and 2003 from win32 appli开发者_如何学运维cation. Especially with Chart object. Thanks!
One you created COM object of Excel.Application, you can call the same methods this object have in VBScript.
Use some wizard of your IDE to make a wrapper for this ActiveX or use this awkward method: http://support.microsoft.com/kb/216686
精彩评论