登录
首页 » Visual C++ » ExcelTest_43403

ExcelTest_43403

于 2013-11-13 发布 文件大小:4581KB
0 276
下载积分: 1 下载次数: 10

代码说明:

  主要是VC操作Excel,包括数据保存为Excel,打开Excel(Mainly VC operation Excel, including data saved as Excel, open Excel)

文件列表:

ExcelTest
.........\ExeclEEEE
.........\.........\Debug
.........\.........\.....\excel9.obj,558740,2012-01-31
.........\.........\.....\exceltest.exe,217175,2012-01-31
.........\.........\.....\exceltest.ilk,465712,2012-01-31
.........\.........\.....\exceltest.obj,13844,2012-01-31
.........\.........\.....\exceltest.pch,6353464,2012-01-31
.........\.........\.....\exceltest.pdb,861184,2012-01-31
.........\.........\.....\exceltest.res,2744,2012-01-31
.........\.........\.....\exceltestDlg.obj,60590,2012-01-31
.........\.........\.....\StdAfx.obj,117039,2012-01-31
.........\.........\.....\vc60.idb,230400,2012-01-31
.........\.........\.....\vc60.pdb,487424,2012-01-31
.........\.........\excel9.cpp,147273,2004-05-28
.........\.........\excel9.h,39378,2004-05-28
.........\.........\exceltest.aps,35988,2012-01-31
.........\.........\exceltest.clw,1385,2012-01-31
.........\.........\exceltest.cpp,2203,2006-07-07
.........\.........\exceltest.dsp,4334,2006-07-07
.........\.........\exceltest.dsw,541,2006-07-07
.........\.........\exceltest.h,1357,2006-07-07
.........\.........\exceltest.ncb,214016,2012-01-31
.........\.........\exceltest.opt,48640,2012-01-31
.........\.........\exceltest.plg,719,2012-01-31
.........\.........\exceltest.rc,5623,2012-01-31
.........\.........\exceltestDlg.cpp,10827,2012-01-31
.........\.........\exceltestDlg.h,1500,2012-01-31
.........\.........\ReadMe.txt,3633,2006-07-07
.........\.........\res

.........\.........\...\exceltest.rc2,401,2006-07-07
.........\.........\resource.h,963,2012-01-31
.........\.........\StdAfx.cpp,211,2006-07-07
.........\.........\StdAfx.h,1075,2006-07-07
.........\myTest
.........\......\Debug
.........\......\.....\excel.obj,643579,2012-02-01
.........\......\.....\myTest.exe,233520,2012-02-01
.........\......\.....\myTest.ilk,521072,2012-02-01
.........\......\.....\myTest.obj,14558,2012-02-01
.........\......\.....\myTest.pch,5494424,2012-02-01
.........\......\.....\myTest.pdb,902144,2012-02-01
.........\......\.....\myTest.res,2916,2012-02-01
.........\......\.....\myTestDlg.obj,51689,2012-02-01
.........\......\.....\StdAfx.obj,105416,2012-02-01
.........\......\.....\vc60.idb,246784,2012-02-01
.........\......\.....\vc60.pdb,397312,2012-02-01
.........\......\excel.cpp,169489,2012-02-01
.........\......\excel.h,45240,2012-02-01
.........\......\myTest.aps,36024,2012-02-01
.........\......\myTest.clw,1528,2012-02-01
.........\......\myTest.cpp,2166,2012-02-01
.........\......\myTest.dsp,4309,2012-02-01
.........\......\myTest.dsw,535,2012-02-01
.........\......\myTest.h,1324,2012-02-01
.........\......\myTest.ncb,214016,2012-02-01
.........\......\myTest.opt,49664,2012-02-01
.........\......\myTest.plg,542,2012-02-01
.........\......\myTest.rc,5855,2012-02-01
.........\......\myTestDlg.cpp,9317,2012-02-01
.........\......\myTestDlg.h,1429,2012-02-01
.........\......\ReadMe.txt,3579,2012-02-01
.........\......\res

.........\......\...\myTest.rc2,398,2012-02-01
.........\......\Resource.h,1144,2012-02-01
.........\......\StdAfx.cpp,208,2012-02-01
.........\......\StdAfx.h,1054,2012-02-01
.........\......\test.xls,13824,2012-02-01

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • checkdiskinfo
    VB检测硬盘空间大小及使用情况,有需要的就下载吧。(VB detect the size and usage of hard disk space, there is a need to download it.)
    2013-08-23 11:40:08下载
    积分:1
  • RiemannExactSolver
    一维激波管黎曼问题的精确解(用于求解一维激波管黎曼问题)(Riemann shock tube problem of one-dimensional exact solution (one-dimensional shock tube used to solve the Riemann problem))
    2011-05-14 22:10:26下载
    积分:1
  • Finding-fault-plug-in-a-beautiful
    美女找茬外挂1,可以实现半自动的开挂。效果还不错。(Finding fault plug-in a beautiful, semi-open can hang. Results were pretty good.)
    2011-11-15 16:03:31下载
    积分:1
  • Game1
    在SDK源码中增加了旋转模型功能,按下A和D键可看到模型旋转动作。(Game1 )
    2013-04-11 18:32:39下载
    积分:1
  • MeDelete
    SelfDelete(可以删除自身的VC++源码(巳通过了调试)) 为了实现程序自删除功能,我们可以通过多进程的方法解决这个问题。可执行文件在结束返回前,创建一个运行命令窗口的新进程(在Windows98中为Command进程,在Windows2000/XP中为CMD进程),当然该命令窗口以隐藏方式执行,并通过传递参数执行删除功能。为了避免可执行文件的映像还在内存中就执行删除,需要把当前进程设置为实时优先级,而命令窗口进程设置为很低的IDLE优先级,这样首先可执行文件结束返回,再运行命令窗口的删除命令,就实现了该文件自身的删除功能。 (SelfDelete (you can delete its own VC++ source code (had passed debugging)) In order to achieve the program from the delete function, we can multi-process methods to solve this problem. Return before the end of the executable file, run the command window to create a new process (in Windows98 process for the Command, in Windows2000/XP process for CMD), of course, the command window to hide the manner and to perform delete functions by passing a parameter . In order to avoid the executable file image still in memory on the implementation of delete, you need to set the current process for real-time priority, and the command window to set the process priority to low IDLE, so the end of the first return to the executable file, then run the command window delete command, the file itself to achieve the delete function. )
    2011-06-26 23:22:21下载
    积分:1
  • meshsimplification
    网格简化程序基于3D三角网格简化,代码简单实用,而且非常有效的节省时间(meshsimplification is a C++ library and set of utilities for input, output, and basic manipulation of 3D triangle meshes. The goals of the code are ease of use and efficiency, possibly at the expense of some generality.)
    2015-03-01 00:49:53下载
    积分:1
  • PDIUSBD12USBbook_jianjie
    USB驱动程序开发彻底解密(Decoding the secret of USB driver development.)
    2020-06-26 10:20:02下载
    积分:1
  • aawmutual
    说明:  此为windows风格的单文档窗体,比较通用欢迎在此基础上,加一改进,创造出更好的界面来(This is a single document form with windows style, which is generally welcome to add an improvement to create a better interface.)
    2018-12-24 03:36:53下载
    积分:1
  • Vc6
    模拟银行卡交易流程的详细讲解,内涵丰富,采用VC++(Explain in detail the simulated bank card transaction process, rich content, using VC++)
    2013-12-26 20:09:23下载
    积分:1
  • SplashWindow
    一个splashwindow的例子,可以当成模板使用的哦谢谢支持(a splashwindow example, can use the template as Oh Thank support)
    2007-07-03 09:39:26下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载