资源简介
需要下载一个excel生成pdf的插件,不然生成pdf会有错误。
附带有vc下用excel绘图说明。
代码片段和文件信息
// excelTst.cpp : Defines the class behaviors for the application.
//
#include “stdafx.h“
#include “excelTst.h“
#include “excelTstDlg.h“
#ifdef _DEBUG
#define new DEBUG_NEW
#endif
// CexcelTstApp
BEGIN_MESSAGE_MAP(CexcelTstApp CWinApp)
ON_COMMAND(ID_HELP &CWinApp::onhelp)
END_MESSAGE_MAP()
// CexcelTstApp construction
CexcelTstApp::CexcelTstApp()
{
// TODO: add construction code here
// Place all significant initialization in InitInstance
}
// The one and only CexcelTstApp object
CexcelTstApp theApp;
// CexcelTstApp initialization
BOOL CexcelTstApp::InitInstance()
{
// InitCommonControlsEx() is required on Windows XP if an application
// manifest specifies use of ComCtl32.dll version 6 or later to enable
// visual styles. Otherwise any window creation will fail.
INITCOMMONCONTROLSEX InitCtrls;
InitCtrls.dwSize = sizeof(InitCtrls);
// Set this to include all the common control classes you want to use
// in your application.
InitCtrls.dwICC = ICC_WIN95_CLASSES;
InitCommonControlsEx(&InitCtrls);
CWinApp::InitInstance();
AfxEnableControlContainer();
// Standard initialization
// If you are not using these features and wish to reduce the size
// of your final executable you should remove from the following
// the specific initialization routines you do not need
// Change the registry key under which our settings are stored
// TODO: You should modify this string to be something appropriate
// such as the name of your company or organization
SetRegistryKey(_T(“Local AppWizard-Generated Applications“));
CexcelTstDlg dlg;
m_pMainWnd = &dlg;
INT_PTR nResponse = dlg.DoModal();
if (nResponse == IDOK)
{
// TODO: Place code here to handle when the dialog is
// dismissed with OK
}
else if (nResponse == IDCANCEL)
{
// TODO: Place code here to handle when the dialog is
// dismissed with Cancel
}
// Since the dialog has been closed return FALSE so that we exit the
// application rather than start the application‘s message pump.
return FALSE;
}
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 75231 2015-11-28 14:18 excelTst\excelTst\CApplication.h
文件 13180 2015-11-28 14:18 excelTst\excelTst\CAxis.h
文件 6129 2015-11-28 14:18 excelTst\excelTst\CAxisti
文件 33615 2015-11-28 14:18 excelTst\excelTst\CChart.h
文件 7992 2015-11-28 14:18 excelTst\excelTst\CChartob
文件 8566 2015-11-28 14:18 excelTst\excelTst\CChartob
文件 6137 2015-11-28 14:18 excelTst\excelTst\CChartti
文件 9558 2015-11-28 14:18 excelTst\excelTst\CDataLabel.h
文件 6286 2015-11-28 14:18 excelTst\excelTst\CFont0.h
文件 44670 2015-11-28 14:18 excelTst\excelTst\CRange.h
文件 14831 2015-11-28 14:18 excelTst\excelTst\CSeries.h
文件 2939 2015-11-28 14:18 excelTst\excelTst\CSeriesCollection.h
文件 5888 2015-11-28 14:18 excelTst\excelTst\CTrendline.h
文件 2229 2015-11-28 14:18 excelTst\excelTst\CTrendlines.h
文件 44443 2015-11-28 14:18 excelTst\excelTst\CWorkbook.h
文件 7420 2015-11-28 14:18 excelTst\excelTst\CWorkbooks.h
文件 29240 2015-11-28 14:18 excelTst\excelTst\CWorksheet.h
文件 4980 2015-11-28 14:18 excelTst\excelTst\CWorksheets.h
文件 57952 2015-11-28 14:18 excelTst\excelTst\excelTst.aps
文件 2110 2015-11-28 14:18 excelTst\excelTst\excelTst.cpp
文件 516 2015-11-28 14:18 excelTst\excelTst\excelTst.h
文件 5020 2015-11-28 14:18 excelTst\excelTst\excelTst.rc
文件 10395 2015-11-28 14:18 excelTst\excelTst\excelTst.vcproj
文件 2639 2015-12-03 09:59 excelTst\excelTst\excelTst.vcproj.JennyYang-PC.JennyYang.user
文件 13065 2015-12-03 09:58 excelTst\excelTst\excelTstDlg.cpp
文件 645 2015-11-28 14:18 excelTst\excelTst\excelTstDlg.h
文件 4260 2015-11-28 14:18 excelTst\excelTst\ReadMe.txt
文件 21630 2015-11-28 14:22 excelTst\excelTst\res\excelTst.ico
文件 399 2015-11-28 14:22 excelTst\excelTst\res\excelTst.rc2
文件 634 2015-11-28 14:18 excelTst\excelTst\resource.h
............此处省略12个文件信息
相关资源
- 漂亮的MFC进度条
- MFC 动态曲线 支持缩放
- gridctrl_demo
- 学生管理系统,mfc做的,本人课设作
- 模拟的DBMS
- MFC窗体设计
- MFC自定义列表listcontrol
- 纯C++方式生成复杂格式的excel文件(
- MFC利用CSOCKET实现的小小聊天室
- VC++ MFC MSCOMM VS2010 手把手学会串口收发
- MFC开发的数学公式编辑器
- mfc编写的简单聊天程序
- 传智播客MFC第三天项目
- mfc waveout播放器
- Boost Asio C++ 网络编程 中文最新版 PD
- MFC 通过 URL 网络资源
- 基于MFC和OPENGL的五轴G代码仿真
- 链码 特征检测 MFC c++ 边缘提取
- MFC写的录屏代码,保存格式为AVI
- MFC 与UG开发教程与视频
- 基于MFC类库的端口扫描器设计与实现
- snmp++实现Trap接收
- vc_mbcsmfc.exe
- 面向对象的编程技术课程设计VC++_MF
- mfc画一个五角星的可以运行
- cannot open file \“mfc42ud.lib\“ 错误可该
- VC++高精度媒体定时器的使用_MFC
- MFC_酒店管理系统
- MFC 计算器源代码
- MFC 导入D3D模型文件
评论
共有 条评论