登录
首页 » Visual C++ » vcexcel

vcexcel

于 2012-02-21 发布 文件大小:9158KB
0 238
下载积分: 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 个回复

  • Clist
    一个vc下的汉字转十六进制的小程序,希望对大家有帮助(A vc transfer hexadecimal characters under a small program, we want to help)
    2009-09-24 10:14:09下载
    积分:1
  • C-read-write-excel
    利用c语言读取和写入excel,代码简单易懂,可以让你很容易学会(Using c language written excel, simple and easy to understand code that allows you to easily learn)
    2014-06-11 23:49:02下载
    积分:1
  • writefile
    实现写文件操作的代码,适合初学者学习windows文件编程。(Write-file operation code, suitable for beginners to learn programming windows files.)
    2011-09-13 08:36:56下载
    积分:1
  • DirDog
    监控文件夹变化的库,该功能封装在一个dll库中,方便调用。(monitor the change of the directory)
    2012-02-21 08:53:09下载
    积分:1
  • date
    开始显示速度很慢,要达到5~6秒。开始显示速度很慢,要达到5~6秒。开始显示速度很慢,要达到5~6秒。(Began to show very slow to reach 5 to 6 seconds.Began to show very slow to reach 5 to 6 seconds.Began to show very slow to reach 5 to 6 seconds.)
    2013-12-12 14:23:28下载
    积分:1
  • read-and-write
    用c++语言编程,读取txt文件,并写成.e文件,(Using c++ language programming, reading txt file, and written as. E documents,)
    2013-06-10 20:13:26下载
    积分:1
  • caozuoxit
    简单的文件管理系统,实现文件的建立,删除等操作。(The design for Operation System)
    2009-06-30 14:47:51下载
    积分:1
  • doc_view
    基于doc_view多文件示例(源码),可以改变文档的图片工具.好好玩玩啊(Doc_view based on multi-file examples (source), can change the document image tools. Good play ah)
    2007-08-23 12:41:08下载
    积分:1
  • FileAttribute
    vc——获取文件的属性FileAttribute(vc- get file attributes FileAttribute)
    2011-07-30 18:54:15下载
    积分:1
  • photocp
    批量文件复制改名 因需要把大量照片批量复制然后改名,但是搜索了半天没有找到合适的软件,于是搬出来N年没有写过的vc 6.0 ,寥寥草草几十行,做了一个简单的不能再简单的小程序。通过在程序的当前目录下建立复制文件和目标文件的对应列表,执行程序实现文件复制。代码可以再丰富。很简单,但是不好找,bat文件我又没玩过,还是用c简单写写,放上来有用到的可以参考,可以使用。(Batch rename files because of the need to bulk copy a lot of photos and then renamed, but the search for a long time did not find the right software, then move out to N years did not write vc 6.0, only a handful of hastily dozens of lines, made a simple no longer simple applet. Through the program created under the current directory to copy files and object files corresponding list, perform file copy program. Code can be abundant. Very simple, but not easy to find, bat file I did not played, or c simple writing, Fangshanglai useful to refer to, can be used.)
    2013-06-20 15:49:36下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载