搜索资源列表
20040521191553_ExcelAccessSrc
- excel文件转换成文本文件,包括了阴影按钮,和excel文件格式的提取 -excel convert documents into text documents, including a shadow on the button, and excel file format extraction
xlsvc
- VC 读取EXCEL文件,网上大多用ODBC或OLE方式进行读取,但这两种方法都具有局限性,本原码在分析Excel文件格式的基础上从底层编写代码.-VC read Excel documents, mostly online using ODBC or OLE manner read, But both methods have limitations, primitive code in Excel file format on the basis of the preparation of
Excel
- 能读写excel文件的程序,可以输出为规定格式的excel或txt文件,但注意不要带有宏
Excel
- excel文件转txt 将excel文件按照指定格式转换为txt格式 可指定各项之间的间隔符 1.软件默认连接项为Excel文件的Sheet1页,此页名字不能改变; 2.Excel文件第一行是表头,表头内容不限,如果没有输入表头软件将把第一条 记录当做表头,从第二条记录开始读取数据; 3.Excel文件表头和数据位置不限(不限定从哪一行那一列作为起始数据),但 表头和数据记录必须连续,中间不能留有空白记录; 4.TXT文件记录格式的间隔符数目不限,可以间隔多个字符,如果记
VCReadExcel.rar
- VC读取excel文件,可以把内容保存为文本格式,很好,值得下载,VC read excel file, the contents can be saved as text format, very good, worth downloading
DOCTOTIFF
- 利用office提供的组件,将word,excel,powerpoint格式文档转换成Tiff格式文件-Office provided by the use of components, will be word, excel, powerpoint format files converted to Tiff format
dwexecl
- 数据窗口导出,将数据窗口中检索的数据导出为excel文件格式-Export data window, the window to retrieve the data exported to excel data file format
Aspose.Cells
- 在客户端或者服务器端没有安装Microsoft Excel软件的情况下,Aspose.Cells同样可以在桌面或者web服务器环境下发送标准的Excel表格,它不同于其他卖方类似的产品,Aspose.Cells不仅支持数据表的生成和其他基本文件格式特征,而且还支持许多优先特征。这些优先特征为开发者带来更多的方便,比如操作内容,表单格式和文件保护。-The client or server-side do not have Microsoft Excel software, Aspose.Cell
txt-excel
- txt 和 excel格式的文件的相互转换
CSVTOEXCEL
- 将一个文件夹中所有*csv文件格式(限制50个文件,这些文件有相同的特点)转化到一张EXCEL表格中去,方便数据对比-Will be a folder for all* csv file format [limit 50 documents have the same characteristics] was transformed into an EXCEL table go to facilitate data comparison
88Excel
- 通过本文及配套示例源码你可以更加灵活的控制Excel表格文件,其中包括创建新Excel文件、写入表格数据、读取表格数据(包括对原建Excel文件自已手工添加的行、列数据的准确读取),删除已有Excel表格,对表格中指定行、列、单元格进行查询、插入、替换等操作,同时还可以将生成的Excel文件转换为按指定分隔符分隔的其它文本格式的文件-Supporting the adoption of this article and sample source code you can control mor
excel
- 详细介绍了excel 文件的格式 ,对excel 进行二次程序操作有很大帮组-Described in detail the format of excel file to excel to operate a second procedure to help a great group
ExcelFormat_src
- excel文件格式的读取和生成,对理解excel格式有帮助-excel file format to read and generate
C2Excel
- 1快速将txt格式的数据文件转换为excel文件 2后缀名不一定是txt只要是文本格式的就行 3可以自己指定分隔符(tab,空格,或者用户自定义的符号) 4是本人写的vb版本的升级版,使用更加方便,加量不加价 O(∩_∩)O -Txt format quickly a data file is converted to excel file name suffix 2 is not necessarily txt text format as long as they can cho
OperateExcel
- 读取Excel文件,将数据保存到一个DataSet中,并显示在界面上的DataGrid中。可以读Excel2003和Excel2007两种文件格式,并自动获取工作表的名称。-This simple program can read Excel files,then save all data to a DataSet and display them in DataGrid control. It can support file format of both Excel2003 and Exc
VB-Excel
- Excel的CSV格式文件,可用来作为交换文件格式。-CSV format file
Excel格式解析
- excel格式解析,Excel是个应用面很广的数据处理软件有强大的数据处理能力也有着强大的表格处理能力。对于我们测量来说最繁琐的工作之一就是对数据的处理这就需要将数据输出到Excel文件中再处理。我们就需要懂得如何快速的将数据输入到Excel中。而每次输入数据都要打开Excel再进行一步步输入操作很繁琐。我们希望通过一个简单程序将数据直接转化为Excel文件来让我们继续处理。本文通过研究得出三种生成Excel文件的方法并采用VB程序开发出文本文件自动转化为Excel文件的程序。(ex
TDMS-1
- 查看TDMS文件,并可以转换为EXCEL文件格式。(Look at the TDMS file and convert it to the EXCEL file format.)
dw2xls_demo_pb9
- 由于DW2XLS原版本是完全采用PB的代码实现生成Excel文件的,在性能上有很大的限制,当导出的报表数据量比较大时,导出的时间会非常久。更严重的问题是,当数据量比较大时,最终生成的Excel文件格式是损坏的,用户不能正常打开生成的文件! 正是因为以上两大原因,并且希望导出的Excel文件格式更加完整、支持图片导出等功能,才决定重新开发DW2XLS组件程序。(Since the original version of DW2XLS is the complete use of PB code
dw2xls_demo_pb9
- DW2XLS导出的Excel文件格式更加完整、支持图片导出等功能,才决定重新开发DW2XLS组件程序。新的程序开发历时5个月,生成Excel文件部分采用VC重写,PB部分也全部重写,以便最大程度提高报表导出的速度和性能。并且增加支持图片和图表导出,多数据窗口导出等原来版本没有的功能。(The Excel file format exported by DW2XLS is more complete and supports the functions of picture export, so