开发者

Working with Excel 2007 from win32 application

开发者 https://www.devze.com 2023-02-10 11:26 出处:网络
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

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

0

精彩评论

暂无评论...
验证码 换一张
取 消