搜索资源列表
TXTtoMDB
- 本程序是一个将TXT文件转换成ACCESS数据库格式的工具。只要指定数据库存放路径、文件名、表名、字段名与每个字段所要截取的字符数即可将读取的每行TXT文本进行分割存储。-this procedure is a TXT file will be converted into ACCESS database format tool. As long as the designated database storage path, file name, the name of the table,
change_data
- LabView下实现数据的转换,通过此控件,可以非常方便的达到EXCEL数据转变成TXT文本,并重新归类安排!-under LabView data conversion, through this control, it is very convenient to the Excel data into TXT text, and reclassified arrangements!
文本数据库转换到access
- 简单的access应用程序-simple access applications
ExcelAccc
- 通过本文及配套示例源码你可以更加灵活的控制Excel表格文件,其中包括创建新Excel文件、写入表格数据、读取表格数据(包括对原建Excel文件自已手工添加的行、列数据的准确读取),删除已有Excel表格,对表格中指定行、列、单元格进行查询、插入、替换等操作,同时还可以将生成的Excel文件转换为按指定分隔符分隔的其它文本格式的文件-adoption of this sample source code and supporting you to be more flexible control
Cell中以SetRangeData方法快速填充数据
- Cell中用SetRangeData方法快速填充数据的示例 发到这里,与大家共享! Cell网站: http://www.cellsoft.cc/Cell/index.asp Cell组件下载地址: http://www.cellsoft.cc/cell/down_list.asp 产品概述: Cell 组件适用于Windows环境下各种开发工具(如VB, VC, Visual Foxpro, Delphi, C++ Builder, PowerBuilder, .NET)
txt
- 这是一个数据库转换到文本部分的程序,是基于VC++平台的。-This is a part of the database into a text conversion process is based on VC++ platform.
DataInjectioMeassure
- 这是一个数据转换程序,用来转换注入数据转换成文本数据,用以指导后期各种系统软件编辑、修改-This is a data conversion program to convert the data into the data to a text, a variety of system software to guide post-edit, modify
DataLayerInjection
- 这是一个分层注入数据转换程序,用来转换单层注入数据转换成文本数据,用以指导后期各种系统软件编辑、修改-This is injected into a hierarchical data conversion process, used to convert data into a single injection of text data, a variety of system software to guide post-edit, modify
DataOilMeassure
- 这是一个油井措施数据转换程序,用来转换生产数据转换成文本数据,用以指导后期各种系统软件编辑、修改-This measure is a data conversion process well, the production used to convert data into text data, a variety of system software to guide post-edit, modify
DataInjectionSectionLog
- 这是一个单层注入数据转换程序,用来转换水井单层注入数据转换成文本数据,用以指导剩余油描述-This is the data conversion process into a single layer, single-injection wells used to convert data into text data, to guide the descr iption of the remaining oil
DataOutputSectionLog
- 这是一个油井生产数据转换程序,用来转换油井月度生产数据转换成文本数据,用以描述剩余油-This is an oil well production data conversion process, used to convert the monthly oil production data into text data, to describe the remaining oil
11212
- 将数据库文件转换为文本文件,很不错的VB源码,适合VB爱好者学习研究。-Database file into a text file, a very good VB source code for VB lovers learn.
xlsx2csv
- 一般对于csv表格文件,在linux可以直接以文本形式打开,并用sed、awk等流编辑器进行格式化处理。但是,对于xls表格文件,需要安装软件包catdoc,之后可以用命令xls2csv将xls表格文件转换为csv文件,接着就可以处理了。但是,对于office 2007以后的xlsx格式,在linux下是二进制文件,无法直接以文本形式打开。并且,xls2csv对于xlsx格式无法直接转换,因此我找到一个python实现的xlsx2csv.py程序-General for the CSV form