登录
首页 » Visual C++ » ExtractFile

ExtractFile

于 2015-03-12 发布 文件大小:11034KB
0 133
下载积分: 1 下载次数: 14

代码说明:

  用VS 2005的平台,用VC的MFC框架,帮朋友做的一个excel的提取文件的工具,包括excel的读写操作,还有部分文字处理,(Withthe VCMFCframeworkto help a friendto dowithVS2005platforman excelfileextractiontools, includingexcelinreading and writing,as well as someword processing,)

文件列表:

ExtractFile
...........\debug
...........\.....\2.xls,94208,2015-03-10
...........\.....\2.xlsx,27681,2015-03-10
...........\.....\Alarms.csv,198972,2015-03-10
...........\.....\Alarms.xls,189952,2015-03-10
...........\.....\ExtractFile.exe,3100672,2015-03-11
...........\.....\ExtractFile.ilk,6013796,2015-03-11
...........\.....\ExtractFile.pdb,11643904,2015-03-11
...........\.....\ExtractNewFile.txt,0,2015-03-11
...........\.....\model
...........\.....\.....\model.xls,23040,2015-03-10
...........\.....\Output
...........\.....\......\ExtractAllColumn.xls,29184,2015-03-11
...........\.....\xlsfile
...........\.....\.......\UB010APC2 夹紧7 DB块 - 副本.xls,31670,2015-03-11
...........\.....\.......\UB010APC2 夹紧7 DB块.xls,31670,2015-03-11
...........\.....\用前必读.txt,231,2015-03-10
...........\ExtractFile
...........\...........\Debug
...........\...........\.....\BuildLog.htm,7404,2015-03-11
...........\...........\.....\excel.obj,866011,2015-03-11
...........\...........\.....\ExtractFile.exe.embed.manifest,146,2015-03-11
...........\...........\.....\ExtractFile.exe.embed.manifest.res,212,2015-03-11
...........\...........\.....\ExtractFile.exe.intermediate.manifest,145,2015-03-11
...........\...........\.....\ExtractFile.obj,31475,2015-03-11
...........\...........\.....\ExtractFile.pch,15532032,2015-03-11
...........\...........\.....\ExtractFile.res,36740,2015-03-11
...........\...........\.....\ExtractFileDlg.obj,203013,2015-03-11
...........\...........\.....\mt.dep,65,2015-03-11
...........\...........\.....\stdafx.obj,364897,2015-03-11
...........\...........\.....\vc80.idb,764928,2015-03-11
...........\...........\.....\vc80.pdb,864256,2015-03-11
...........\...........\excel.cpp,169489,2008-05-09
...........\...........\excel.h,45240,2008-05-09
...........\...........\ExtractFile.aps,58804,2015-03-10
...........\...........\ExtractFile.cpp,1714,2015-03-09
...........\...........\ExtractFile.h,471,2015-03-09
...........\...........\ExtractFile.rc,5271,2015-03-10
...........\...........\ExtractFile.vcproj,5633,2015-03-10
...........\...........\ExtractFile.vcproj.E6TQ3Y9C7B0JW6A.Administrator.user,1427,2015-03-11
...........\...........\ExtractFileDlg.cpp,14797,2015-03-11
...........\...........\ExtractFileDlg.h,1222,2015-03-11
...........\...........\ExtractNewFile.txt,0,2015-03-11
...........\...........\model
...........\...........\.....\model.xls,23040,2015-03-10
...........\...........\Output
...........\...........\......\ExtractAllColumn.xls,26624,2015-03-11
...........\...........\ReadMe.txt,2835,2015-03-09
...........\...........\res

...........\...........\...\ExtractFile.rc2,367,2015-03-09
...........\...........\resource.h,913,2015-03-10
...........\...........\stdafx.cpp,142,2015-03-09
...........\...........\stdafx.h,2588,2015-03-10
...........\...........\xlsfile
...........\...........\.......\UB010APC2 夹紧7 DB块.xls,31670,2015-03-11
...........\ExtractFile.ncb,11095040,2015-03-11
...........\ExtractFile.sln,898,2015-03-09

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

发表评论

0 个回复

  • NCCodeSimulator
    五轴NC代码模拟器,输入NC代码可以显示刀具路径和走刀过程。用VC++6.0 可以打开并编译(Five-axis NC code simulator, enter the NC code can display the process of tool path and tool path. With VC++6.0 can open and compile)
    2020-09-10 05:58:01下载
    积分:1
  • ChangeSkin
    界面换肤模块提供两种界面换肤方式。“方案一”文件夹中实现的是加载皮肤文件实现界面换肤,“方案二”文件夹中实现的是加载组件库实现界面换肤。(Skinnable interface module provides two interface skinning methods. "Option One" folder implementation is to achieve load skin file interface skin, "Option Two" folder implementation is to achieve load component library interface skin.)
    2014-07-29 11:28:48下载
    积分:1
  • 创建
    说明:  1 程序开发步骤 (1) 打开vc,选择菜单项file->new,选择projects选项卡并建立一个名为"process"的win32 console applicatoin工程;创建时注意指定创建该工程的目录; (2) 在工程中创建源文件"process.cpp":选择菜单项project->add to project->files,在选择框中输入自己想要创建的文件名,这里是"process.cpp";接下来询问是否创建新文件时回答"yes";然后通过Workspace->FileView->Source Files打开该文件(同上一试验); (3) 通过调用菜单命令项build->build all进行编译连接,可以在指定的工程目录下得到debug->process.exe程序;再把给定的launchset.txt文件存入该debug目录下,就可以在控制台下进入该目录以launchset.txt为参数运行程序,命令行为:process launchset.txt;要强调的是,在launchset.txt中指定的应用程序路径要正确,否则建立新的进程时会出错,这时需要对照系统的实际情况改动所给的参数文件。 2 补充说明 这里仅仅给出了编译结果和源程序,没有所创建工程的其他文件。(a program development steps (a) to open vc, select menu item file-gt; New, tab to choose projects and the establishment of a "process" of win32 console applicatoin works; Attention to create designated to create the directory of the project; (2) establish a project document "process.cpp" : Select menu item project-gt; add to project-gt; files, the choice of their own box to create the file name, here is the "process.cpp"; the next question asks whether the creation of new documents to answer "yes"; then Workspace- gt; FileView- gt; Source Files open the document (ibid. a pilot); (3) Order by calling menu items build-gt; build compile all connected, in the specific project directory under debug- gt; process. exe; then to the launchset.txt documents)
    2005-11-04 12:45:13下载
    积分:1
  • iliyh
    含有可執行文件,用bmp來卸的,非常漂亮的表面(Contains executable files, unloaded with bmp, very nice surface)
    2018-10-22 03:47:53下载
    积分:1
  • get_pixel
    得到24位位图的一个点的颜色值 (Getting the RGB value of a point in a 24-bit image )
    2021-05-13 14:30:02下载
    积分:1
  • 3
    说明:  cx lka mgewra oi arwefjasl arew awejfiwerasekjgfna(atreawoif cawektrjaingf a t oawertn gawergna lgn)
    2009-05-25 10:48:38下载
    积分:1
  • ADOupdate
    本程序是在Visual C++的环境下实现的使用ADO对象向数据库中添加数据,可以更新数据库(This program is in Visual C++ environment to achieve the use of ADO object to add data to the database, you can update the database)
    2010-05-26 13:13:35下载
    积分:1
  • BlueTest
    界面使用C#开发,底层使用C++开发的无线电脑锁软件。采用蓝牙通信协议控制。(Interface using C# development, the underlying wireless computer lock software use C++ developed. Bluetooth communication protocol control.)
    2012-06-07 14:58:10下载
    积分:1
  • FileBillParsor
    说明:  在文件系统中,FileBillParsor利用重叠IO,分块、分行处理数据(in the file system, using overlapping FileBillParsor IO, block, the branch data processing)
    2006-05-11 13:52:04下载
    积分:1
  • Hedit
    一个几好用十六进制方便打开PE覺得好用所以推一推它上载來(A few easy-to-use hexadecimal PE feel that open onto one easy to use so push it to upload to)
    2007-11-10 14:47:12下载
    积分:1
  • 696518资源总数
  • 104509会员总数
  • 10今日下载