登录
首页 » Visual C++ » Mfc-to-Excel

Mfc-to-Excel

于 2012-02-18 发布 文件大小:6392KB
0 266
下载积分: 1 下载次数: 404

代码说明:

  通过MFC功能向excel表格读写数据的小程序吧,自己试了一下,可以用的。(MFC functions to read and write data to excel form applet own try, can be used.)

文件列表:

MfctoExc
........\Debug
........\.....\Demo.xls,9728,2011-06-13
........\.....\excel.obj,5464475,2011-06-13
........\.....\excel.sbr,0,2011-06-13
........\.....\MfctoExc.bsc,5137408,2011-06-13
........\.....\MfctoExc.exe,1482805,2011-06-13
........\.....\MfctoExc.ilk,1996336,2011-06-13
........\.....\MfctoExc.obj,14089,2011-06-13
........\.....\MfctoExc.pch,7637268,2011-06-13
........\.....\MfctoExc.pdb,3515392,2011-06-13
........\.....\MfctoExc.res,2536,2011-06-13
........\.....\MfctoExc.sbr,0,2011-06-13
........\.....\MfctoExcDlg.obj,46944,2011-06-13
........\.....\MfctoExcDlg.sbr,0,2011-06-13
........\.....\StdAfx.obj,107141,2011-06-13
........\.....\StdAfx.sbr,1455793,2011-06-13
........\.....\vc60.idb,295936,2011-06-15
........\.....\vc60.pdb,700416,2011-06-13
........\excel.cpp,1376491,2011-06-13
........\excel.h,399115,2011-06-13
........\MfctoExc.aps,35476,2011-06-13
........\MfctoExc.clw,1153,2011-06-15
........\MfctoExc.cpp,2178,2011-06-13
........\MfctoExc.dsp,4321,2011-06-13
........\MfctoExc.dsw,522,2011-06-13
........\MfctoExc.h,1346,2011-06-13
........\MfctoExc.ncb,902144,2011-06-15
........\MfctoExc.opt,49664,2011-06-15
........\MfctoExc.plg,250,2011-06-15
........\MfctoExc.rc,5345,2011-06-13
........\MfctoExcDlg.cpp,8538,2011-06-13
........\MfctoExcDlg.h,2013,2011-06-13
........\ReadMe.txt,3615,2011-06-13
........\res

........\...\MfctoExc.rc2,400,2011-06-13
........\resource.h,778,2011-06-13
........\StdAfx.cpp,210,2011-06-13
........\StdAfx.h,1164,2011-06-13

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

发表评论

0 个回复

  • 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
  • AutoBakcup
    可根据时间自动对指定的文件备份到指定的位置。(According to the time automatically to the specified file backup to the specified location.)
    2016-12-03 08:11:57下载
    积分:1
  • TextLog-0.0.2
    说明:  方便的进行日志文件输出的类,可以添加在任何C++工程里面(convenient for the log file output types, can be added in any engineering inside)
    2006-03-31 18:30:34下载
    积分:1
  • PCSetEnv
    读写注册表,添加或修改环境变量,完整代码实现,(set enviorenment)
    2012-01-04 20:05:44下载
    积分: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
  • ExcelFormat_src
    C++中对EXCEL的操作,包含绝大部分EXCEL的功能,如单元格格式操作等。(There has been the C++ project BasicExcel for quite some years now. It is very useful to read and write Excel sheets in .xls format. However, it contains only very basic functionality. There are missing features like text formatting using fonts, and display formats and formulas are not yet supported. This article covers this additional functionality. The new, derived project ExcelFormat is based on the old BasicExcel code, and just adds what I was missing for my own needs. If you want to see where I am using the new library, you can look at the Export functions of Service Manager and Uninstall Manager.)
    2020-07-09 17:48:55下载
    积分:1
  • 02
    说明:  主題:如何检测文件是否已经发生更改? 請使用Visual C++, compile後直接執行即可。 (Subject: how to detect whether changes have occurred? Please use the Visual C++, Compile directly to the Executive.)
    2008-11-13 11:54:55下载
    积分:1
  • WinMerge-2.14.0-src
    功能强大的文件比较工具WinMerge的源代码,很有参考价值(the powerful tool for comparing file or folder)
    2016-03-25 19:21:00下载
    积分:1
  • FileSplitter
    文件的分割,可以将任何文件分割成几个部分(The segmentation of the file, any file can be split into several parts)
    2012-02-10 11:35:22下载
    积分: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今日下载