CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - c xls

搜索资源列表

  1. xlspass

    0下载:
  2. 本程序只用于个人EXCEL密码遗忘时,试图探测密码; 减少重复劳动,不可进行其它不当使用,否则后果由使用者自负; 在文本框中输入EXCEL文档的全路径名称,例如: C:\\doc\\book1.xls; 适用于WINDOWS95/98/NT系统 ,安装了EXCEL97 。 此源码公开,欢迎感兴趣的网友优化提高。 稍加修改即可用于探测ACCESS ,WORD 文档的密码。 适当修改或增加密码字典:dict.DIC(纯文本),可提高探测速度。 可探测1~1
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:16299
    • 提供者:chen
  1. AOIDaily

    0下载:
  2. Browse点选DailyReport,然后程序读取report,在C:\\产生一个AOI daily.xls文件,这是我为了工作方便也的一个小东西。-DailyReport click Browse and then read procedures report, in the C : \\ AOI daily.xls produce a document which I have in order to facilitate the work of a small things.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:53654
    • 提供者:
  1. cordic_C+xls

    0下载:
  2. 讲述了cordic的一般原理,用c来实现,可以易于dsp的实现-cordic described the general principle, using c to achieve, can easily achieve the dsp
  3. 所属分类:DSP编程

    • 发布日期:2008-10-13
    • 文件大小:15996
    • 提供者:张力
  1. odbc1

    0下载:
  2. c/C++的命令行程序可以通过ODBC的方式读取XLS文件,程序直接利用了odbc
  3. 所属分类:数据库编程

    • 发布日期:2008-10-13
    • 文件大小:1220515
    • 提供者:fff333
  1. atviewer

    0下载:
  2. ATViewer is a component for Delphi/C++Builder, which allows to view files of various types. There is no edit possibility, just quick view - so it s useful to implement \"View file\" feature in your Delphi/C++Builder application. The following view
  3. 所属分类:Delphi控件源码

    • 发布日期:2014-01-20
    • 文件大小:548475
    • 提供者:lijie
  1. ExcelTest

    1下载:
  2. 实现对c盘根目录下Test.xls的文件中指定行数据的导出。做这个程序的目的是因为有一张excel表,有好几千行的数据,每一行都是以时间开头,每隔2秒钟一行数据,现在需要将其每隔15分钟取一个数据,由于源数据中有缺失的,就不能按没450行取一行,只能先将时间导成字符串型,进行判断,再输出
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:55573
    • 提供者:李炎
  1. FastReport.v4.7.49

    1下载:
  2. Current version --------------- + added confirmation reading for TfrxMailExport + added TimeOut field to TfrxMailExport form - fixed bug whih PDF export in Delphi4 and CBuilder4 - fixed bug with some codepage which use two bytes for special
  3. 所属分类:Delphi控件源码

    • 发布日期:2009-01-02
    • 文件大小:2986536
    • 提供者:gzhubin
  1. ODBC直接读、写Excel表格文件

    0下载:
  2. 想要通过ODBC直接读、写Excel表格文件,首先,应确保ODBC中已安装有Excel表格文件的驱动"MICROSOFT EXCEL DRIVER (*.XLS)"。然后,可根据下面步骤进行: 1. 在StdAfx.h文件中加入: #include #include 2. 通过ODBC直接创建Excel文件(暂定文件名:Demo.xls) //创建并写入Excel文件 void CRWExcel::WriteToExcel() { CDatabase database; CString sDri
  3. 所属分类:文档资料

    • 发布日期:2011-03-03
    • 文件大小:2926
    • 提供者:lijie189
  1. VC++2008 下读写同一个excel文件。

    4下载:
  2. 网上的com技术连接excel太多了,基本全部是用MSDN的方法,泛泛给出结论,不具有实用性,这个例子给出了在读一个已经存在的excel文件“f:\text.xlsx”的实际例子,而且可以在任意一个工作表写数据的例子。网上的代码基本都是要么读,要么写,这个比较有实用价值!注,excel可以是2007或者2003,2003的话则是“f:\text.xls”,需要注意!VS 2008 C++ excel 2007!
  3. 所属分类:数据库编程

    • 发布日期:2011-09-21
    • 文件大小:21532312
    • 提供者:64301413@qq.com
  1. OdbcExcel VC++读写Excel文件

    1下载:
  2. VC++读写Excel文件,将数据写入Excel,再从Excel中读出数据并显示,要运行程序必须在c:盘根目录下建立一个名为Demo.xls的Excel文件,如果更改程序中的相关代码,可以放在合适的位置。-VC++ Excel
  3. 所属分类:文件操作

    • 发布日期:2014-12-07
    • 文件大小:22528
    • 提供者:张良
  1. ExcelAccess

    0下载:
  2. vc读取写入excel的sample,c++实现-vc read and write .xls files
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-09
    • 文件大小:2387599
    • 提供者:倪伟
  1. GemBox.ExcelLite.rar

    0下载:
  2. 导出Excel组件(B/S或C/S都可以用) using GemBox.ExcelLite //引用文件 ExcelFile excelFile = new ExcelFile() ExcelWorksheet sheet = excelFile.Worksheets.Add("WolfSpider") int columns = dataGridView1.Columns.Count int rows = dataGridView1.Rows.Count for (
  3. 所属分类:CSharp

    • 发布日期:2016-01-25
    • 文件大小:2094476
    • 提供者:lclc88com
  1. ATViewer2.7

    0下载:
  2. 支持版本:Delphi 5-2009, C++Builder 5-2009 ATViewer特性: Text, Binary, Hex, Unicode:所有文件,无大小限制 RTF, UTF-8: Image:支持格式,BMP, JPG, ICO, GIF, PNG, WMF, TGA等 Multimedia:可以被Windows Media Player支持的格式,AVI, MPEG, WMV, MP3 Internet:可以被MS Internet Explorer
  3. 所属分类:Delphi VCL

    • 发布日期:2017-05-11
    • 文件大小:2951777
    • 提供者:李查
  1. WritetoExcel

    0下载:
  2. C#工程变量导出到excel,并按照指定的文本为文件夹名保存为.xls格式-C# project variables exported to excel, and in accordance with the specified text to save it as a folder name. Xls format
  3. 所属分类:CSharp

    • 发布日期:2017-04-10
    • 文件大小:944
    • 提供者:林凌
  1. PBS_monitor

    0下载:
  2. C# 实现的一个完整的web页面定时监测程序,支持APSX编写的登入页面,先登入后读出想要监测页面面,然后调用正则表达式实现特殊信息的提取,并从XLS中读出相关的信息,然后发送信息(Windows MSMQ),可以实现在线短信等的功能。 所有要监控的信息和条件都在config文件中设置。-C# to achieve a complete web page from time to time to monitor the process and support the preparation
  3. 所属分类:CSharp

    • 发布日期:2017-04-05
    • 文件大小:640763
    • 提供者:leebooksea
  1. SharpCms

    0下载:
  2. 1高度灵活性的内容管理系统:可以自定义页面和文件 普通使用和开发分离:使用了WebPart技术 易于安装和使用:采用的是XML数据库 非常自由的布局设计:WebPart拖动 主要对象是中小型企业站点 基于.Net, XML, XLS, C# -A highly flexible content management system: You can customize pages and files common use and development of separat
  3. 所属分类:.net

    • 发布日期:2017-05-22
    • 文件大小:6825712
    • 提供者:lgf
  1. survey

    0下载:
  2. XLS问卷结果分析程序,可分两类问卷即3个月内员工和3个月以上员工。直接读入XLS文件并输出XLS文件。-XLS questionnaire results analysis program can be divided into two types of questionnaires that staff within 3 months and 3 months or more employees. XLS file and directly read the output XLS file.
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-28
    • 文件大小:745661
    • 提供者:
  1. xls2MDB

    0下载:
  2. 用C#.NET编写的XLS文件导入为MDB数据库文件互相转换的程序,方便实用。-With C#. NET is written in an XLS file into another MDB database file conversion program, convenient and practical.
  3. 所属分类:CSharp

    • 发布日期:2017-03-31
    • 文件大小:9789
    • 提供者:liming
  1. CSharp-export-xls-file

    0下载:
  2. 在C#环境下,导出excel文件的两种方法-in C# environment,two methods to export excel file
  3. 所属分类:File Operate

    • 发布日期:2017-03-31
    • 文件大小:44986
    • 提供者:程胜
  1. TestProject

    2下载:
  2. 使用spire.xls.dll操作Excel表格(Use spire. xls. DLL to manipulate Excel tables)
  3. 所属分类:文件操作

    • 发布日期:2020-08-15
    • 文件大小:17408
    • 提供者:海崽2046
« 12 3 »
搜珍网 www.dssz.com