登录
首页 » Visual C++ » excelDemo

excelDemo

于 2016-11-06 发布 文件大小:24996KB
0 110
下载积分: 1 下载次数: 16

代码说明:

  利用MFC对Excel文件进行路径显示,写入,读取,更改,保存等操作 (Using MFC to read the Excel file, write, change, save and other operations)

文件列表:

excelDemo
.........\CApplication.h,75255,2016-11-03
.........\CRange.h,44694,2016-11-03
.........\CWorkbook.h,44467,2016-11-03
.........\CWorkbooks.h,7444,2016-11-03
.........\CWorksheet.h,29264,2016-11-03
.........\CWorksheets.h,5004,2016-11-03
.........\Debug
.........\.....\CL.read.1.tlog,71412,2016-11-05
.........\.....\CL.write.1.tlog,1288,2016-11-05
.........\.....\excelDemo.exe,175616,2016-11-06
.........\.....\excelDemo.exe.embed.manifest,915,2016-11-03
.........\.....\excelDemo.exe.embed.manifest.res,980,2016-11-03
.........\.....\excelDemo.exe.intermediate.manifest,640,2016-11-06
.........\.....\excelDemo.ilk,1183452,2016-11-06
.........\.....\excelDemo.lastbuildstate,84,2016-11-06
.........\.....\excelDemo.log,2318,2016-11-06
.........\.....\excelDemo.obj,30866,2016-11-03
.........\.....\excelDemo.pch,34799616,2016-11-03
.........\.....\excelDemo.pdb,5196800,2016-11-06
.........\.....\excelDemo.res,69792,2016-11-06
.........\.....\excelDemo.vcxprojResolveAssemblyReference.cache,713,2016-11-03
.........\.....\excelDemo.write.1.tlog,0,2016-11-03
.........\.....\excelDemoDlg.obj,107734,2016-11-05
.........\.....\excelDemo_manifest.rc,208,2016-11-03
.........\.....\link-cvtres.read.1.tlog,2,2016-11-06
.........\.....\link-cvtres.write.1.tlog,2,2016-11-06
.........\.....\link.11352-cvtres.read.1.tlog,2,2016-11-06
.........\.....\link.11352-cvtres.write.1.tlog,2,2016-11-06
.........\.....\link.11352.read.1.tlog,2,2016-11-06
.........\.....\link.11352.write.1.tlog,2,2016-11-06
.........\.....\link.read.1.tlog,5410,2016-11-06
.........\.....\link.write.1.tlog,1014,2016-11-06
.........\.....\mt.read.1.tlog,648,2016-11-06
.........\.....\mt.write.1.tlog,466,2016-11-06
.........\.....\rc.read.1.tlog,3394,2016-11-06
.........\.....\rc.write.1.tlog,462,2016-11-06
.........\.....\stdafx.obj,643552,2016-11-03
.........\.....\vc100.idb,1985536,2016-11-05
.........\.....\vc100.pdb,3502080,2016-11-05
.........\excelDemo.aps,105964,2016-11-06
.........\excelDemo.cpp,2032,2016-11-03
.........\excelDemo.h,460,2016-11-03
.........\excelDemo.rc,10838,2016-11-06
.........\excelDemo.sdf,65753088,2016-11-06
.........\excelDemo.sln,884,2016-11-03
.........\excelDemo.vcxproj,6187,2016-11-03
.........\excelDemo.vcxproj.filters,2552,2016-11-03
.........\excelDemo.vcxproj.user,143,2016-11-03
.........\excelDemoDlg.cpp,7858,2016-11-05
.........\excelDemoDlg.h,816,2016-11-03
.........\ipch
.........\....\exceldemo-89466b37
.........\ReadMe.txt,3051,2016-11-03
.........\res

.........\...\excelDemo.rc2,674,2016-11-03
.........\resource.h,1732,2016-11-03
.........\stdafx.cpp,142,2016-11-03
.........\stdafx.h,1772,2016-11-03
.........\targetver.h,234,2016-11-03

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

发表评论

0 个回复

  • EXCEL002
    对EXCEL的读写操作,可以帮助学习如何通过VC++读写EXCEL(help to learn how to access EXCEL files with VC++)
    2012-02-26 09:32:57下载
    积分: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
  • VC-read-and-write-from-excel
    该文件实现了C语言对EXCELL的读取和写入操作,希望对大家有帮助。(The file C language on EXCELL read and write operations, we hope to.)
    2012-07-15 22:43:29下载
    积分:1
  • VBToExcel
    VB写的如何和Excel表格进行数据交换,修改,删除等动作.有详细的中午注释,适合菜鸟学习!(How to write VB and Excel spreadsheets for data exchange, modify, or delete action. Noon detailed notes, suitable for a novice to learn!)
    2013-09-22 15:22:18下载
    积分:1
  • FileFindThread
    本程序是关于文件操作的源码,实现了用多线程技术递归查找文件的方法来遍历每一个文件和文件夹(The program is operating on the source file to achieve with multi-threading approach to find files recursively through every file and folder)
    2011-06-07 15:21:26下载
    积分:1
  • cpp
    首先通过文件操作,读取文件内容,把字符逐个提取后统计字符频率,建立哈夫曼树和进行哈夫曼编码,当然这是根据ASCII编码来将字符转换为二进制,然后实现前缀编码,然后把编码后的使用二进制流写入相应文件(First through file operations, read the file content, the characters one by one after extracting character frequency statistics, establish a Huffman tree and Huffman encoding, and, of course, this is according to ASCII code to convert characters to the binary, then realize the prefix encoding, and then the encoded using binary stream into the corresponding files )
    2013-12-01 14:18:04下载
    积分:1
  • txt-file-read
    通过MFC 实现对txt文件的按行读取操作(realize txt file read line by line through MFC)
    2013-03-13 20:02:54下载
    积分:1
  • fine_1
    This file can use for loading ini file.
    2009-06-02 12:42:18下载
    积分:1
  • 内存映射演示
    演示内存映射文件的使用,对内存映射文件作了详细说明(demo memory map documents the use of memory mapping document elaborated)
    2005-06-01 09:24:40下载
    积分:1
  • seginnerspart
    本程序为VC++ 6,0的部分学习代码,有助于初学者学习,(This program for VC 6 0 part of the learning code, help beginners learn,)
    2018-12-31 10:09:51下载
    积分:1
  • 696522资源总数
  • 104049会员总数
  • 30今日下载