CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 文件操作 搜索资源 - Excel 文件格式

搜索资源列表

  1. StockMerge

    0下载:
  2. 通过Jet引擎快速打开EXCEL文件,并整理计算,另存为多种格式。-through rapid opening Excel documents, and collated, Save for a variety of formats.
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:582408
    • 提供者:戴保定
  1. report-print

    0下载:
  2. 现在正在做的项目中涉及大量的Excel文件导出导入操作,都是使用Java Excel来操作。 Java Excel是一开放源码项目,通过它Java开发人员可以读取Excel文件的内容、创建新的Excel文件、更新已经存在的Excel文件。下面我写了一个简单的例子,展示基本的读取,新建,更新(包括常见格式的设置:字体,颜色,背景,合并单元格),拷贝操作,有这些其实已经基本足够应付大部分问题了。下面是例的源代码:-are currently doing projects involve a
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:226463
    • 提供者:陈同坏
  1. EXceldataprocess

    1下载:
  2. 这一个对EXCEL数据进行处理,包含了读写,移动,格式等其它复杂计算的VB程序.对希望用VB操作EXCEL文件的人来说很有参考价值!-this data to Excel, includes literacy, moving, format, and other complex calculation of the VB program. wish to use VB to operate Excel document people of great reference value !
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:75375
    • 提供者:忌跽
  1. MicrosoftOfficeTechnologicalcompetetionWorks

    0下载:
  2. 本压缩文件是关于微软OFFICE技巧竞赛优秀作品,exe可执行文件格式,点击可直接播放,包括word、excel,frontpage、access、powerpoint和outlook等六个方面,内容完整,具有很强的学习价值,尤其是对办公人员来说,好东东大家一起分享哦!
  3. 所属分类:文件操作

    • 发布日期:2014-01-16
    • 文件大小:8553108
    • 提供者:阳关
  1. dkgh

    0下载:
  2. 一个将特定的Excel文件转换.DBF文件后再按指定的报表格式打印的程序,提供给大家参考一下!
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:2646385
    • 提供者:srain
  1. Excel

    0下载:
  2. 能读写excel文件的程序,可以输出为规定格式的excel或txt文件,但注意不要带有宏
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:1810
    • 提供者:ouyang
  1. Str2Excel

    0下载:
  2. 一个将单行标准csv格式文件转换为excel文件的程序-a single standard csv format conversion to excel documentation procedures
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:234409
    • 提供者:ligk
  1. Excel

    3下载:
  2. excel文件转txt 将excel文件按照指定格式转换为txt格式 可指定各项之间的间隔符 1.软件默认连接项为Excel文件的Sheet1页,此页名字不能改变; 2.Excel文件第一行是表头,表头内容不限,如果没有输入表头软件将把第一条 记录当做表头,从第二条记录开始读取数据; 3.Excel文件表头和数据位置不限(不限定从哪一行那一列作为起始数据),但 表头和数据记录必须连续,中间不能留有空白记录; 4.TXT文件记录格式的间隔符数目不限,可以间隔多个字符,如果记
  3. 所属分类:File Operate

    • 发布日期:2017-05-22
    • 文件大小:6833766
    • 提供者:liubin
  1. DOCTOTIFF

    0下载:
  2. 利用office提供的组件,将word,excel,powerpoint格式文档转换成Tiff格式文件-Office provided by the use of components, will be word, excel, powerpoint format files converted to Tiff format
  3. 所属分类:File Operate

    • 发布日期:2017-03-29
    • 文件大小:902395
    • 提供者:hyh
  1. ExcelAcces

    0下载:
  2. 针对Excel表格文件操作的编程实现:通过本文及配套示例源码你可以更加灵活的控制Excel表格文件,其中包括创建新Excel文件、写入表格数据、读取表格数据(包括对原建Excel文件自已手工添加的行、列数据的准确读取),删除已有Excel表格,对表格中指定行、列、单元格进行查询、插入、替换等操作,同时还可以将生成的Excel 文件转换为按指定分隔符分隔的其它文本格式的文件 -Excel spreadsheet file for the programming operation: Throu
  3. 所属分类:File Operate

    • 发布日期:2017-04-01
    • 文件大小:245629
    • 提供者:张治积
  1. datatoxls_demo

    0下载:
  2. 本程序为将大量数据按照一定格式存入excel文件的演示程序-This program is a demo file which used to preserve the large amount of data into the excel file in accordance with certain format.
  3. 所属分类:File Operate

    • 发布日期:2017-05-08
    • 文件大小:1880382
    • 提供者:小兵
  1. ddvip

    0下载:
  2. excel格式文件读、写,可用于多种场合-excel format to read, write, can be used for a variety of occasions
  3. 所属分类:File Operate

    • 发布日期:2017-04-03
    • 文件大小:27167
    • 提供者:
  1. OperateExcel

    0下载:
  2. 读取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
  3. 所属分类:File Operate

    • 发布日期:2017-04-01
    • 文件大小:188636
    • 提供者:王翛璇
  1. ResourceConvertor05

    0下载:
  2. 资源文件转换器。在开发多语言应用程序时,在Visual Studio中编辑资源文件不方便。使用本工具,可以把资源文件的内容写在Excel文件中,再使用本工具将 .xls文件转换成资源文件。支持VS2005/VS2008的资源文件格式。不支持VS2003的资源文件格式。-Resource file converter. In the development of multi-language applications in Visual Studio to edit the resource fi
  3. 所属分类:File Operate

    • 发布日期:2017-04-17
    • 文件大小:39663
    • 提供者:tony liu
  1. 100426

    0下载:
  2. EXCEL操作类 可以对EXCEL文件进行所有常见的操作。 1。合并与修改单元格 2。打印和预览 3。字体格式的修改 4。背景的设置 5。对齐方式的设置 6。背景的设置 7。单元格数据类的设置 8。其他细节部分详见文件类的说明 -EXCEL EXCEL file operation class can be for all common operations. 1. Combined with the modified cell 2. Print and Pr
  3. 所属分类:File Operate

    • 发布日期:2017-04-09
    • 文件大小:270904
    • 提供者:chen
  1. Example135

    0下载:
  2. 读取excel文件中的数据,写入,然后存成其他的文件格式-Read excel file data, write, and then save the file into other formats
  3. 所属分类:File Operate

    • 发布日期:2014-09-04
    • 文件大小:2109440
    • 提供者:zhang
  1. VB-Excel

    0下载:
  2. Excel的CSV格式文件,可用来作为交换文件格式。-CSV format file
  3. 所属分类:File Operate

    • 发布日期:2017-03-26
    • 文件大小:826
    • 提供者:xmzhao
  1. xlRW

    0下载:
  2. 由于种种原因,有时需要直接进行读取Excel文件数据.独立于MS Office系统,分析Excel文件格式并读取其数据.本程序只读取最基本的信息,若需应用还需更完整的分析 -For various reasons, sometimes directly read Excel file data. Independent of the MS Office system, analysis of the Excel file format and read the data in this appl
  3. 所属分类:File Operate

    • 发布日期:2017-03-31
    • 文件大小:30222
    • 提供者:netangels
  1. excel-file-import-database

    0下载:
  2. excel文件的导入数据库,支持.xls和.et格式的excel,并且支持单个文件或者多个文件同时导入,导入到的数据库名为excel的名,自动创建列名-excel file import database, support xls format. et excel, and support a single file or multiple files at the same time import, imported into the database name automatically c
  3. 所属分类:File Operate

    • 发布日期:2017-11-06
    • 文件大小:113264
    • 提供者:w m c
  1. xlrw

    0下载:
  2. 由于种种需要直接进行读取Excel文件数据,一般就通过ODBC或OLE方式进行读取,但这两种方法都具有局限性。本方讲述的是独立于MS Office系统,分析Excel文件格式并读取其数据。-Due to various needs directly read Excel file data, generally via ODBC or OLE way of reading, but both methods have limitations. The party is about indepen
  3. 所属分类:File Operate

    • 发布日期:2017-11-15
    • 文件大小:20283
    • 提供者:张大伟
« 12 »
搜珍网 www.dssz.com