搜索资源列表
xlspass
- 本程序只用于个人EXCEL密码遗忘时,试图探测密码; 减少重复劳动,不可进行其它不当使用,否则后果由使用者自负; 在文本框中输入EXCEL文档的全路径名称,例如: C:\\doc\\book1.xls; 适用于WINDOWS95/98/NT系统 ,安装了EXCEL97 。 此源码公开,欢迎感兴趣的网友优化提高。 稍加修改即可用于探测ACCESS ,WORD 文档的密码。 适当修改或增加密码字典:dict.DIC(纯文本),可提高探测速度。 可探测1~1
AOIDaily
- 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.
cordic_C+xls
- 讲述了cordic的一般原理,用c来实现,可以易于dsp的实现-cordic described the general principle, using c to achieve, can easily achieve the dsp
odbc1
- c/C++的命令行程序可以通过ODBC的方式读取XLS文件,程序直接利用了odbc
atviewer
- 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
ExcelTest
- 实现对c盘根目录下Test.xls的文件中指定行数据的导出。做这个程序的目的是因为有一张excel表,有好几千行的数据,每一行都是以时间开头,每隔2秒钟一行数据,现在需要将其每隔15分钟取一个数据,由于源数据中有缺失的,就不能按没450行取一行,只能先将时间导成字符串型,进行判断,再输出
FastReport.v4.7.49
- 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
ODBC直接读、写Excel表格文件
- 想要通过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
VC++2008 下读写同一个excel文件。
- 网上的com技术连接excel太多了,基本全部是用MSDN的方法,泛泛给出结论,不具有实用性,这个例子给出了在读一个已经存在的excel文件“f:\text.xlsx”的实际例子,而且可以在任意一个工作表写数据的例子。网上的代码基本都是要么读,要么写,这个比较有实用价值!注,excel可以是2007或者2003,2003的话则是“f:\text.xls”,需要注意!VS 2008 C++ excel 2007!
OdbcExcel VC++读写Excel文件
- VC++读写Excel文件,将数据写入Excel,再从Excel中读出数据并显示,要运行程序必须在c:盘根目录下建立一个名为Demo.xls的Excel文件,如果更改程序中的相关代码,可以放在合适的位置。-VC++ Excel
ExcelAccess
- vc读取写入excel的sample,c++实现-vc read and write .xls files
GemBox.ExcelLite.rar
- 导出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 (
ATViewer2.7
- 支持版本: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
WritetoExcel
- 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
PBS_monitor
- 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
SharpCms
- 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
survey
- 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.
xls2MDB
- 用C#.NET编写的XLS文件导入为MDB数据库文件互相转换的程序,方便实用。-With C#. NET is written in an XLS file into another MDB database file conversion program, convenient and practical.
CSharp-export-xls-file
- 在C#环境下,导出excel文件的两种方法-in C# environment,two methods to export excel file
TestProject
- 使用spire.xls.dll操作Excel表格(Use spire. xls. DLL to manipulate Excel tables)