登录
首页 » Visual C++ » 读写EXECL表内容

读写EXECL表内容

于 2017-08-17 发布 文件大小:292KB
0 315
下载积分: 1 下载次数: 3

代码说明:

  一个有借鉴意义的EXCEL格式读写操作的实例。(A reference to the EXCEL format reading and writing operations examples.)

文件列表:

ReadExcel\AutoFont.cpp
ReadExcel\AutoFont.h
ReadExcel\ClassXP.c
ReadExcel\ClassXP.h
ReadExcel\Demo.xls
ReadExcel\HyperLink.cpp
ReadExcel\HyperLink.h
ReadExcel\PictureEx.cpp
ReadExcel\PictureEx.h
ReadExcel\ReadMe.txt
ReadExcel\res\ButtonsWin3000.bmp
ReadExcel\res\Flag.gif
ReadExcel\res\RWExcel.ico
ReadExcel\res\RWExcel.rc2
ReadExcel\Resource.h
ReadExcel\RWExcel.aps
ReadExcel\RWExcel.clw
ReadExcel\RWExcel.cpp
ReadExcel\RWExcel.dsp
ReadExcel\RWExcel.dsw
ReadExcel\RWExcel.h
ReadExcel\RWExcel.ncb
ReadExcel\RWExcel.opt
ReadExcel\RWExcel.plg
ReadExcel\RWExcel.rc
ReadExcel\RWExcelDlg.cpp
ReadExcel\RWExcelDlg.h
ReadExcel\StdAfx.cpp
ReadExcel\StdAfx.h
ReadExcel\WBButton.cpp
ReadExcel\WBButton.h
WriteExcel\Book1.xls
WriteExcel\CSpreadSheet.h
WriteExcel\readexcel.aps
WriteExcel\readexcel.clw
WriteExcel\readexcel.cpp
WriteExcel\readexcel.dsp
WriteExcel\readexcel.dsw
WriteExcel\readexcel.h
WriteExcel\readexcel.ncb
WriteExcel\readexcel.opt
WriteExcel\readexcel.plg
WriteExcel\readexcel.rc
WriteExcel\readexcelDlg.cpp
WriteExcel\readexcelDlg.h
WriteExcel\ReadMe.txt
WriteExcel\res\Book1.xls
WriteExcel\res\readexcel.ico
WriteExcel\res\readexcel.rc2
WriteExcel\resource.h
WriteExcel\StdAfx.cpp
WriteExcel\StdAfx.h
ReadExcel\Debug
ReadExcel\res
WriteExcel\res
ReadExcel
WriteExcel

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

发表评论

0 个回复

  • 内存映射演示
    演示内存映射文件的使用,对内存映射文件作了详细说明(demo memory map documents the use of memory mapping document elaborated)
    2005-06-01 09:24:40下载
    积分: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
  • iniparse
    配置文件INI 解析,读取INI文件,修改INI文件,新增INI文件远吗,测试通过(Configuration file INI parsing, read the INI file, modify the INI file, add the INI file far, test)
    2021-04-13 11:38:56下载
    积分:1
  • 2010102516355213
    说明:  VBReport报表设计的几大特点: 1、全开放式的报表设计,只通过一个文本文档就可以完成整个报表的设计。 2、可以不显示直接打印,也可以预览后打印。 3、不同的报表可以选择一台默认的打印机,这对票据打印时不同的票据选用不同的打印机有重大意义。 4、连纸票据打印时按照设计的长度走纸,不需要设置打印机属性。 5、支持一搬报表类型,分组报表类型,票据类型,支持多数据源。 (VBReport report design of several major features: 1, all open report design, only through a text document to complete the design of the entire report. 2, can not show direct printing, you can also preview the post-printing. 3, different reports can select a default printer, this paper used when printing bills of different printers have different significance. 4, even when printed on paper bills to go according to the design of the length of the paper, do not need to set the printer properties. 5, supports a move the report type, report type groups, instrument type, support for multiple data sources.)
    2011-02-25 16:51:22下载
    积分:1
  • GuPiaoHangQing
    这是一个记录每天股票开盘,收盘的工具,可以保存每天的数据,同事比较今天和前一天的股票数据(This is a record of daily stock opening and closing of the tool, you can save the data every day, the day before today, and colleagues compared the stock data)
    2010-07-22 00:53:32下载
    积分:1
  • 57569947
    一个很不错的界面和特效编程例子!火焰,水波,熔岩三类特效,值得学习!()
    2018-02-22 12:37:13下载
    积分:1
  • AutoBakcup
    可根据时间自动对指定的文件备份到指定的位置。(According to the time automatically to the specified file backup to the specified location.)
    2016-12-03 08:11:57下载
    积分:1
  • TSCreate
    生成TS流,将十六进制/二进制文件打包成TS流文件(TS stream generated will be hex/binary files packaged into a TS stream file)
    2020-12-21 20:29:08下载
    积分: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
  • MyLib
    针对Windows下的文件夹,可以创建、删除、复复制、查找、枚举等操作(For Windows folder, you can opetate it as create, delete, multiple copy, find, enumeration and so on)
    2013-02-24 13:47:00下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载