Excel文件读写
所属分类:
其他
开发工具:WINDOWS
文件大小:20550KB
下载次数:6
上传日期:2018-01-29 14:55:09
上 传 者:
油炸的兔子
说明: 微软ole方式读写,excel文件,速度很快,亲测有效
(Microsoft ole mode read and write, excel file, fast, pro test effective)
文件列表:
ExcelTest (0, 2016-11-15)
ExcelTest\Debug (0, 2016-11-15)
ExcelTest\ExcelLib (0, 2015-07-30)
ExcelTest\ExcelLib\Excel (0, 2015-07-30)
ExcelTest\ExcelLib\Excel\CApplication.h (69438, 2011-06-10)
ExcelTest\ExcelLib\Excel\CAxis.h (12481, 2011-08-17)
ExcelTest\ExcelLib\Excel\CAxisTitle.h (5450, 2011-08-17)
ExcelTest\ExcelLib\Excel\CBorder.h (2294, 2011-06-10)
ExcelTest\ExcelLib\Excel\CBorders.h (3313, 2011-06-10)
ExcelTest\ExcelLib\Excel\CChart.h (30821, 2011-08-17)
ExcelTest\ExcelLib\Excel\CChartObject.h (7935, 2011-08-17)
ExcelTest\ExcelLib\Excel\CChartObjects.h (8073, 2011-08-17)
ExcelTest\ExcelLib\Excel\CChartTitle.h (5460, 2011-08-17)
ExcelTest\ExcelLib\Excel\CFont0.h (5426, 2011-06-10)
ExcelTest\ExcelLib\Excel\CLegend.h (4506, 2011-08-17)
ExcelTest\ExcelLib\Excel\Cnterior.h (2974, 2011-06-10)
ExcelTest\ExcelLib\Excel\CRange.h (42907, 2011-06-10)
ExcelTest\ExcelLib\Excel\CSeries.h (14449, 2011-08-17)
ExcelTest\ExcelLib\Excel\CTickLabels.h (4259, 2011-08-17)
ExcelTest\ExcelLib\Excel\CWindow0.h (16355, 2011-06-10)
ExcelTest\ExcelLib\Excel\CWorkbook.h (37005, 2011-06-10)
ExcelTest\ExcelLib\Excel\CWorkbooks.h (7501, 2011-06-10)
ExcelTest\ExcelLib\Excel\CWorksheet.h (27764, 2011-06-10)
ExcelTest\ExcelLib\Excel\CWorksheets.h (4554, 2011-06-10)
ExcelTest\ExcelLib\Export2Excel.cpp (26310, 2015-07-31)
ExcelTest\ExcelLib\Export2Excel.h (4729, 2014-11-21)
ExcelTest\ExcelTest.aps (89900, 2015-11-05)
ExcelTest\ExcelTest.cpp (2113, 2015-07-30)
ExcelTest\ExcelTest.h (494, 2014-11-21)
ExcelTest\ExcelTest.rc (10572, 2015-07-30)
** (68833280, 2016-03-02)
ExcelTest\ExcelTest.sln (884, 2014-11-22)
ExcelTest\ExcelTest.suo (36864, 2016-03-02)
ExcelTest\ExcelTest.vcxproj (6096, 2015-07-31)
ExcelTest\ExcelTest.vcxproj.filters (2210, 2014-11-21)
ExcelTest\ExcelTest.vcxproj.user (143, 2014-11-21)
ExcelTest\ExcelTestDlg.cpp (12369, 2016-03-02)
ExcelTest\ExcelTestDlg.h (1482, 2015-07-30)
ExcelTest\Release (0, 2016-11-15)
... ...
================================================================================
MICROSOFT 基础类库: ExcelTest 项目概述
===============================================================================
应用程序向导已为您创建了这个 ExcelTest 应用程序。此应用程序不仅演示 Microsoft 基础类的基本使用方法,还可作为您编写应用程序的起点。
本文件概要介绍组成 ExcelTest 应用程序的每个文件的内容。
ExcelTest.vcxproj
这是使用应用程序向导生成的 VC++ 项目的主项目文件。
它包含生成该文件的 Visual C++ 的版本信息,以及有关使用应用程序向导选择的平台、配置和项目功能的信息。
ExcelTest.vcxproj.filters
这是使用“应用程序向导”生成的 VC++ 项目筛选器文件。
它包含有关项目文件与筛选器之间的关联信息。在 IDE 中,通过这种关联,在特定节点下以分组形式显示具有相似扩展名的文件。例如,“.cpp”文件与“源文件”筛选器关联。
ExcelTest.h
这是应用程序的主要头文件。它包括其他项目特定的头文件(包括 Resource.h),并声明 CExcelTestApp 应用程序类。
ExcelTest.cpp
这是包含应用程序类 CExcelTestApp 的主要应用程序源文件。
ExcelTest.rc
这是程序使用的所有 Microsoft Windows 资源的列表。它包括 RES 子目录中存储的图标、位图和光标。此文件可以直接在 Microsoft Visual C++ 中进行编辑。项目资源位于 2052 中。
res\ExcelTest.ico
这是用作应用程序图标的图标文件。此图标包括在主要资源文件 ExcelTest.rc 中。
res\ExcelTest.rc2
此文件包含不在 Microsoft Visual C++ 中进行编辑的资源。您应该将不可由资源编辑器编辑的所有资源放在此文件中。
/////////////////////////////////////////////////////////////////////////////
应用程序向导创建一个对话框类:
ExcelTestDlg.h,ExcelTestDlg.cpp - 对话框
这些文件包含 CExcelTestDlg 类。该类定义应用程序主对话框的行为。该对话框的模板位于 ExcelTest.rc 中,该文件可以在 Microsoft Visual C++ 中进行编辑。
/////////////////////////////////////////////////////////////////////////////
其他功能:
ActiveX 控件
应用程序包括对使用 ActiveX 控件的支持。
打印及打印预览支持
应用程序向导已通过从 MFC 库调用 CView 类中的成员函数,生成了用于处理打印、打印设置和打印预览命令的代码。
/////////////////////////////////////////////////////////////////////////////
其他标准文件:
StdAfx.h,StdAfx.cpp
这些文件用于生成名为 ExcelTest.pch 的预编译头 (PCH) 文件和名为 StdAfx.obj 的预编译类型文件。
Resource.h
这是标准头文件,它定义新的资源 ID。
Microsoft Visual C++ 读取并更新此文件。
ExcelTest.manifest
应用程序清单文件供 Windows XP 用来描述应用程序
对特定版本并行程序集的依赖性。加载程序使用此
信息从程序集缓存加载适当的程序集或
从应用程序加载私有信息。应用程序清单可能为了重新分发而作为
与应用程序可执行文件安装在相同文件夹中的外部 .manifest 文件包括,
也可能以资源的形式包括在该可执行文件中。
/////////////////////////////////////////////////////////////////////////////
其他注释:
应用程序向导使用“TODO:”指示应添加或自定义的源代码部分。
如果应用程序在共享的 DLL 中使用 MFC,则需要重新发布这些 MFC DLL;如果应用程序所用的语言与操作系统的当前区域设置不同,则还需要重新发布对应的本地化资源 MFC100XXX.DLL。有关这两个主题的更多信息,请参见 MSDN 文档中有关 Redistributing Visual C++ applications (重新发布 Visual C++ 应用程序)的章节。
/////////////////////////////////////////////////////////////////////////////
近期下载者:
相关文件:
收藏者: