com_excel
文章平均质量分 63
bai_lu_sz
这个作者很懒,什么都没留下…
展开
-
com 打开一个excel文件[open函数] 解读
Workbooks 对象的 Open 方法参数说明打开一个工作簿。expression.Open(FileName,UpdateLinks, ReadOnly,Format, Password, WriteResPassword, IgnoreReadOnlyRecommended,Origin, Delimiter, Editable, Notify, Con转载 2013-01-28 16:18:07 · 1446 阅读 · 0 评论 -
com_excel之CWorkBooks
Excel Primary Interop Assembly ReferenceWorkbooks MembersA collection of all the Workbook objects that are currently open in the Microsoft Excel application.The following tables list the mem原创 2013-01-29 16:19:17 · 2014 阅读 · 0 评论 -
如何在VC中调用EXCEL公式
http://blog.csdn.net/augusdi/article/details/5699896写了一个工作上用得进度统计公式,用到了不少小知识点,其中一个知识点就是在VC中调用EXCEL的公式,现将程序和公式的使用情况贴到这里。 Range range; CString r1,r2; r1 = "B6"; r2 = "F6"; range = exl_result.range.Get转载 2013-03-23 10:30:09 · 1875 阅读 · 0 评论 -
excel之单元格格式/设置/
http://blog.csdn.net/shuilan0066/article/details/7925023示例---将所有单元格设置为文本格式: [cpp] view plaincopyprint?_Application app; //Excel应用程序接口 Workbooks books; //工作薄集合 _W转载 2013-03-23 11:40:02 · 2597 阅读 · 0 评论