积极答复者
VC操作Excel,有没有详细的编程文档

问题
-
我现在经常需要用VC对Excel进行编程,实现一些写入数据、排序、单元格函数控制、棒图控制等操作,感觉网上对这个的介绍比较简单,有没有更详细的说明,谢谢。
- 已移动 Sheng Jiang 蒋晟Moderator 2011年3月19日 19:39 (发件人:Visual C++)
答案
-
http://msdn.microsoft.com/en-us/library/microsoft.office.interop.excel.range.value(v=office.11).aspx
The following is signature, not part of post
Please mark the post answered your question as the answer, and mark other helpful posts as helpful, so they will appear differently to other users who are visiting your thread for the same problem.
Visual C++ MVP- 已标记为答案 宋翔Moderator 2011年4月10日 19:28
全部回复
-
http://www.vckbase.com/document/viewdoc/?id=1168
VC中使用EXCEL可以使用自动化。你可以看一下http://msdn.microsoft.com/en-us/library/wss56bz7(v=vs.80).aspx
麻烦把正确答案设为解答。 -
我在Range Interface 中怎么找不到SetValue 方法的介绍 ,网址是http://msdn.microsoft.com/en-us/library/ms281150(v=Office.11).aspx
-
http://msdn.microsoft.com/en-us/library/microsoft.office.interop.excel.range.value(v=office.11).aspx
The following is signature, not part of post
Please mark the post answered your question as the answer, and mark other helpful posts as helpful, so they will appear differently to other users who are visiting your thread for the same problem.
Visual C++ MVP- 已标记为答案 宋翔Moderator 2011年4月10日 19:28