登录
首页 » Visual C++ » vcexcel

vcexcel

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

  • headfiles
    实际中使用的各种C++头文件汇总说明,对编程者很有用,较详细(C++ head files for us to programe,it is very useful)
    2009-03-09 13:57:14下载
    积分:1
  • WinMerge-2.14.0-src
    功能强大的文件比较工具WinMerge的源代码,很有参考价值(the powerful tool for comparing file or folder)
    2016-03-25 19:21:00下载
    积分:1
  • ConfigINI
    本程序是关于文件的操作源码,用于像ini文件中写入数据(This program is operating on the source file for write data as the ini file)
    2011-06-07 15:17:22下载
    积分:1
  • excel
    VB操作EXCEL文件实例(利用excel组件)(VB example of the operation EXCEL file (using excel components))
    2009-03-17 15:35:39下载
    积分: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
  • tool
    windows xp字库提取并可以转化成任意用于显示屏显示的点阵(windows xp font extraction and can be converted into arbitrary for the display shows the lattice)
    2012-06-25 10:11:49下载
    积分:1
  • BinaryObjectSerialization
    serilizatiob of binary objects into xml file and de-serialization that
    2009-11-24 06:13:03下载
    积分:1
  • word
    可以把word表格转为数据库需要的格式文件(Word forms can be converted into the format required by the database file)
    2013-08-06 10:29:13下载
    积分:1
  • txt-file-read
    通过MFC 实现对txt文件的按行读取操作(realize txt file read line by line through MFC)
    2013-03-13 20:02:54下载
    积分:1
  • tinyxml
    说明:  timyXML是一个简单的xml解析工具,当然,你的xml必需是标准的。 TinyXML is a simple, small, C++ XML parser that can be easily integrated into other programs.In brief, TinyXML parses an XML document, and builds from that a Document Object Model (DOM) that can be read, modified, and saved. XML stands for "eXtensible Markup Language." It allows you to create your own document markups. Where HTML does a very good job of marking documents for browsers, XML allows you to define any kind of document markup, for example a document that describes a "to do" list for an organizer application. XML is a very structured and convenient format. All those random file formats created to store application data can all be replaced with XML. One parser for everything.(timyXML is a simple xml analytical tools, of course, you must be the xml standard. TinyXML is a simple, small, C++ XML parser that can be easily integrated into other programs.In brief, TinyXML parses an XML document, and builds from that a Document Object Model (DOM) that can be read, modified, and saved.XML stands for eXtensible Markup Language. It allows you to create your own document markups. Where HTML does a very good job of marking documents for browsers, XML allows you to define any kind of document markup, for example a document that describes a to do list for an organizer application. XML is a very structured and convenient format. All those random file formats created to store application data can all be replaced with XML. One parser for everything.)
    2008-09-11 09:26:03下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载