• 大小: 2.24MB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2023-09-08
  • 语言: C/C++
  • 标签: C++读取  excel  

资源简介

c++ 完整读取 excel 问价 xls 文件的源代码!很不错的资源!

资源截图

代码片段和文件信息

// abcd1.cpp : Defines the class behaviors for the application.
//

#include “stdafx.h“
#include “abcd1.h“
#include “abcd1Dlg.h“

#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif

/////////////////////////////////////////////////////////////////////////////
// CAbcd1App

BEGIN_MESSAGE_MAP(CAbcd1App CWinApp)
//{{AFX_MSG_MAP(CAbcd1App)
// NOTE - the ClassWizard will add and remove mapping macros here.
//    DO NOT EDIT what you see in these blocks of generated code!
//}}AFX_MSG
ON_COMMAND(ID_HELP CWinApp::onhelp)
END_MESSAGE_MAP()

/////////////////////////////////////////////////////////////////////////////
// CAbcd1App construction

CAbcd1App::CAbcd1App()
{
// TODO: add construction code here
// Place all significant initialization in InitInstance
}

/////////////////////////////////////////////////////////////////////////////
// The one and only CAbcd1App object

CAbcd1App theApp;

/////////////////////////////////////////////////////////////////////////////
// CAbcd1App initialization

BOOL CAbcd1App::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.

#ifdef _AFXDLL
Enable3dControls(); // Call this when using MFC in a shared DLL
#else
Enable3dControlsStatic(); // Call this when linking to MFC statically
#endif

CAbcd1Dlg dlg;
m_pMainWnd = &dlg;
int 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;
}

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件      35524  2010-05-26 20:08  VC访问excel-2003\abcd1.aps

     文件       1074  2010-05-26 20:45  VC访问excel-2003\abcd1.clw

     文件       2049  2009-03-27 18:42  VC访问excel-2003\abcd1.cpp

     文件       4141  2009-03-27 18:42  VC访问excel-2003\abcd1.dsp

     文件        535  2009-03-27 18:42  VC访问excel-2003\abcd1.dsw

     文件       1313  2009-03-27 18:42  VC访问excel-2003\abcd1.h

     文件      74752  2010-05-26 20:45  VC访问excel-2003\abcd1.ncb

     文件     117760  2010-05-26 20:45  VC访问excel-2003\abcd1.opt

     文件        942  2010-05-26 20:38  VC访问excel-2003\abcd1.plg

     文件       5302  2010-05-26 20:08  VC访问excel-2003\abcd1.rc

     文件       6705  2010-05-26 20:37  VC访问excel-2003\abcd1Dlg.cpp

     文件       1406  2009-03-27 18:49  VC访问excel-2003\abcd1Dlg.h

     文件      23224  2009-03-27 21:30  VC访问excel-2003\C++如何读取xls文件_百度知道.htm

     文件       3561  2009-03-27 18:42  VC访问excel-2003\ReadMe.txt

     文件        729  2009-03-27 18:50  VC访问excel-2003\resource.h

     文件        207  2009-03-27 18:42  VC访问excel-2003\StdAfx.cpp

     文件       1143  2010-05-26 11:06  VC访问excel-2003\StdAfx.h

     文件     343694  2010-05-26 20:20  VC访问excel-2003\VC直接读取EXCEl数据到数组中 - 史蒂芬的日志 - 网易博客.mht

     文件      54784  2010-05-26 20:35  VC访问excel-2003\VC读取Excel文件.doc

     文件     197599  2009-03-21 20:26  VC访问excel-2003\VC++访问Excel的应用技巧.pdf

     文件        319  2010-05-26 20:00  VC访问excel-2003\重要说明.txt

     文件       1078  2009-03-27 18:42  VC访问excel-2003\res\abcd1.ico

     文件        397  2009-03-27 18:42  VC访问excel-2003\res\abcd1.rc2

     文件     114754  2010-05-26 20:37  VC访问excel-2003\Debug\abcd1.exe

     文件     327236  2010-05-26 20:37  VC访问excel-2003\Debug\abcd1.ilk

     文件      13216  2010-05-26 11:06  VC访问excel-2003\Debug\abcd1.obj

     文件    5798996  2010-05-26 11:06  VC访问excel-2003\Debug\abcd1.pch

     文件     443392  2010-05-26 20:37  VC访问excel-2003\Debug\abcd1.pdb

     文件       2488  2010-05-26 20:08  VC访问excel-2003\Debug\abcd1.res

     文件      36346  2010-05-26 20:37  VC访问excel-2003\Debug\abcd1Dlg.obj

............此处省略19个文件信息

评论

共有 条评论