• 大小: 3.57M
    文件类型: .zip
    金币: 2
    下载: 1 次
    发布日期: 2023-06-24
  • 语言: C/C++
  • 标签:

资源简介

C++ 利用Excel进行打印(提高篇-实例482).zip

资源截图

代码片段和文件信息

// Machine generated IDispatch wrapper class(es) created with ClassWizard

#include “stdafx.h“
#include “excel9.h“

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



/////////////////////////////////////////////////////////////////////////////
// _Application properties

/////////////////////////////////////////////////////////////////////////////
// _Application operations

LPDISPATCH _Application::GetApplication()
{
LPDISPATCH result;
InvokeHelper(0x94 DISPATCH_PROPERTYGET VT_DISPATCH (void*)&result NULL);
return result;
}

long _Application::GetCreator()
{
long result;
InvokeHelper(0x95 DISPATCH_PROPERTYGET VT_I4 (void*)&result NULL);
return result;
}

LPDISPATCH _Application::GetParent()
{

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件      147273  2007-08-21 15:48  excel9.cpp
     文件       39378  2007-08-21 15:48  excel9.h
     文件       20924  2013-11-22 09:14  ExcelPrint.aps
     文件        1149  2013-12-23 10:39  ExcelPrint.clw
     文件        2161  2007-08-21 15:48  ExcelPrint.cpp
     文件        4355  2007-08-21 15:48  ExcelPrint.dsp
     文件         543  2007-08-21 15:48  ExcelPrint.dsw
     文件        1368  2007-08-21 15:48  ExcelPrint.h
     文件      214016  2013-12-23 10:43  ExcelPrint.ncb
     文件      655360  2013-12-23 10:43  ExcelPrint.opt
     文件        2131  2013-11-22 09:14  ExcelPrint.plg
     文件        5422  2007-08-21 15:48  ExcelPrint.rc
     文件       14336  2007-08-21 15:48  ExcelPrint.xlt
     文件        8184  2007-08-21 15:48  ExcelPrintDlg.cpp
     文件        1561  2007-08-21 15:48  ExcelPrintDlg.h
     文件        3651  2007-08-21 15:48  ReadMe.txt
     文件         734  2007-08-21 15:48  Resource.h
     文件      413696  2007-08-21 15:48  shujuku.mdb
     文件         212  2007-08-21 15:48  StdAfx.cpp
     文件        1176  2007-08-21 15:48  StdAfx.h
     文件      558751  2013-11-22 09:14  Debug\excel9.obj
     文件      229460  2013-11-22 09:14  Debug\ExcelPrint.exe
     文件      452524  2013-11-22 09:14  Debug\ExcelPrint.ilk
     文件       18050  2013-11-22 09:14  Debug\ExcelPrint.obj
     文件     7703972  2013-11-22 09:14  Debug\ExcelPrint.pch
     文件      746496  2013-11-22 09:14  Debug\ExcelPrint.pdb
     文件        2576  2013-11-22 09:14  Debug\ExcelPrint.res
     文件      126480  2013-11-22 09:14  Debug\ExcelPrintDlg.obj
     文件       90737  2009-07-14 09:15  Debug\msado15.tlh
     文件       76673  2009-07-14 09:15  Debug\msado15.tli
     文件      133619  2013-11-22 09:14  Debug\StdAfx.obj
............此处省略4个文件信息

评论

共有 条评论