登录
首页 » Visual C++ » vcexcel

vcexcel

于 2012-02-21 发布 文件大小:9158KB
0 174
下载积分: 1 下载次数: 29

代码说明:

  能够成功读写excel的C++代码,读写速度快,代码简单,实现思路很清晰(Can read and write excel C++ code, read and write speed, the code is simple, to achieve clear thinking)

文件列表:

vcexcel
.......\Debug
.......\.....\excel.obj,5468647,2011-10-25
.......\.....\excel.sbr,0,2011-10-25
.......\.....\StdAfx.obj,107390,2011-10-25
.......\.....\StdAfx.sbr,1443137,2011-10-25
.......\.....\Tjdlg.obj,16082,2011-10-25
.......\.....\Tjdlg.sbr,0,2011-10-25
.......\.....\Txl.obj,15129,2011-10-25
.......\.....\Txl.sbr,0,2011-10-25
.......\.....\vc60.idb,353280,2011-10-26
.......\.....\vc60.pdb,716800,2011-10-26
.......\.....\vcexcel.bsc,8184832,2011-10-26
.......\.....\vcexcel.exe,3739725,2011-10-26
.......\.....\vcexcel.ilk,4346092,2011-10-26
.......\.....\vcexcel.obj,13819,2011-10-25
.......\.....\vcexcel.pch,7139116,2011-10-25
.......\.....\vcexcel.pdb,7488512,2011-10-26
.......\.....\vcexcel.res,9248,2011-10-25
.......\.....\vcexcel.sbr,0,2011-10-25
.......\.....\vcexcelDlg.obj,143644,2011-10-26
.......\.....\vcexcelDlg.sbr,0,2011-10-26
.......\excel.cpp,1377727,2006-01-14
.......\excel.h,399737,2011-08-03
.......\ReadMe.txt,3597,2006-09-05
.......\res

.......\...\vcexcel.rc2,399,2006-09-05
.......\Resource.h,1190,2006-09-06
.......\rr.txt,24,2006-09-26
.......\StdAfx.cpp,209,2006-09-05
.......\StdAfx.h,1073,2006-09-06
.......\Tjdlg.cpp,1582,2011-10-25
.......\Tjdlg.h,1273,2006-09-06
.......\Txl.cpp,1461,2011-10-25
.......\Txl.h,1289,2006-09-06
.......\txl.ldb,128,2011-10-26
.......\txl.mdb,262144,2011-10-25
.......\vcexcel.aps,22564,2011-10-26
.......\vcexcel.clw,2409,2011-10-26
.......\vcexcel.cpp,2077,2006-09-05
.......\vcexcel.dep,150,2006-09-08
.......\vcexcel.dsp,4498,2011-08-03
.......\vcexcel.dsw,537,2006-09-05
.......\vcexcel.exe,3739705,2006-09-23
.......\vcexcel.h,1335,2006-09-05
.......\vcexcel.mak,6328,2006-09-08
.......\vcexcel.ncb,4367360,2011-10-26
.......\vcexcel.opt,57856,2011-10-26
.......\vcexcel.plg,1114,2011-10-26
.......\vcexcel.rc,6586,2011-10-25
.......\vcexcelDlg.cpp,20212,2011-10-25
.......\vcexcelDlg.h,1759,2006-09-08

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

发表评论

0 个回复

  • blwj
    一个遍历文件夹中文件的例子,已经在源码上做了修改,方便调用!(traverse a document folder example, the source code has been revised to facilitate the call!)
    2006-11-13 11:29:31下载
    积分:1
  • file_split
    Visual C++案例开发集锦第七章\文件分割的程序源码,值得一看!(Visual C++ case development highlights Chapter File Splitter program source code, worth a visit!)
    2011-08-13 16:48:23下载
    积分:1
  • SMARTSRC
    源码演示了如何读取S.M.A.R.T硬盘信息的方法,并且将读出的硬盘信息保存于一个INI文件中。(This is very simple program which communicates with the Hard drive to get the information using S.M.A.R.T. available within the hard drive. )
    2009-05-02 20:11:00下载
    积分:1
  • VC-Excel
    VC++读写Excel文件,经本人证实成功了的(VC to read and write Excel files, after I confirmed the success of)
    2011-10-20 16:19:10下载
    积分:1
  • AutoCopyFiles
    用定时将选择的文件夹(文件),复制到其他位置,差量备份( 用定时将选择的文件夹(文件),复制到其他位置,差量备份 用定时将选择的文件夹(文件),复制到其他位置,差量备份 Use the time to the folder (file), copied to other locations, differential backup )
    2015-07-02 15:09:54下载
    积分:1
  • VB_view_DWG
    说明:  使用VB查看DWG文件,经典产品 使用VB 查看AUTOCAD图形(View DWG files to use VB, VB classic products AUTOCAD graphics view)
    2009-07-30 22:54:25下载
    积分:1
  • VC 对Word档的各种
    说明:  利用VC++语言编程,在MFC中对Word文档的各种操作,可供参考。(Using VC++ language programming, various operations of Word documents in MFC can be referred to.)
    2019-03-04 14:13:21下载
    积分:1
  • vcTxtsrc
    VC++逐行读取Txt文本文件,只是一个读写方式的不同,总之最终的目标是读取整个文件(VC++ read line by line Txt text file, just a different way of reading and writing, in short, the ultimate goal is to read the entire document)
    2013-10-28 19:46:43下载
    积分:1
  • share_combont
    如何在VisualBasic中分割一个文件并组装恢复它.(how to split a document assembly and restore it.)
    2006-06-18 19:48:17下载
    积分:1
  • RdWrtIni
    wince 里面没有WRITEPROFILESTRING等直接读写INI文件的命令,多有不便.因此这份源码实现了WINCE下读写INI的功能.附有源代码及测试程序.经实际使用,效果不错.(wince There are no direct WRITEPROFILESTRING order to read and write INI files, and more has the inconvenience. Therefore the source realize the read and write INI under WINCE function. with the source code and testing procedures. by actual use, good results.)
    2008-08-05 14:36:18下载
    积分:1
  • 696518资源总数
  • 105877会员总数
  • 14今日下载