c++ - 使用MFC时导出到excel文件

标签 c++ mfc

现在我想将数据导出到excel,我按照这个步骤操作 http://support.microsoft.com/default.aspx?scid=kb;en-us;192348 但是在第 9 步中,当我在 MS visual 2010 中添加新类时,它只有“Microsoft Excel 14.0 对象库”,并且它有很多接口(interface)来生成新类。我不知道选择什么接口(interface),因为我找不到 excel8或相同。 感谢您的帮助。

最佳答案

文章 ID:192348 - 上次审核:2007 年 4 月 11 日 - 修订:5.2 适用于

Microsoft Office Excel 2007
Microsoft Office Excel 2003
Microsoft Excel 2002 Standard Edition
Microsoft Excel 2000 Standard Edition
Microsoft Excel 97 Standard Edition
Microsoft Visual C++ 5.0 Enterprise Edition
Microsoft Visual C++ 6.0 Enterprise Edition
Microsoft Visual C++ 5.0 Professional Edition
Microsoft Visual C++ 6.0 Professional Edition
Microsoft Visual C++, 32-bit Learning Edition 6.0
Microsoft Office XP Developer Edition
Microsoft Office 2000 Developer Edition
Microsoft Foundation Class Library 4.2

您的平台或 IDE 是否属于任何此类属性的兼容性?如果没有,肯定找不到excel8。

关于c++ - 使用MFC时导出到excel文件,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/13470638/

相关文章:

visual-c++ - Visual C++ - 无法看到缺少哪个外部

c++ - 如何覆盖 BS_SPLITBUTTON 按钮的 DrawItem

c++ - 使用 BNF 在 Bison 中实现循环

c++ - 在 C++ 中读取行?

c++ - 尝试理解 C++14 中的 §7.2/6

c++ - CMFCColorButton 没有出现在 MFC 类向导下拉列表中

c++ - MFC如何添加工具栏以显示变化的文本

c++ - 如何使 std::regex 匹配 Utf8

c++ - 返回 shared_ptr 时的引用计数

mfc - MFC 有内置的网格控件吗?