搜索资源列表
report-print
- 现在正在做的项目中涉及大量的Excel文件导出导入操作,都是使用Java Excel来操作。 Java Excel是一开放源码项目,通过它Java开发人员可以读取Excel文件的内容、创建新的Excel文件、更新已经存在的Excel文件。下面我写了一个简单的例子,展示基本的读取,新建,更新(包括常见格式的设置:字体,颜色,背景,合并单元格),拷贝操作,有这些其实已经基本足够应付大部分问题了。下面是例的源代码:-are currently doing projects involve a
xlRWDlg
- 直接读取Excel文件数据,该程序在VC++6.0环境下通过编译、调试,可以运行。-Excel documents directly read data, the procedures in the VC 6.0 compiler environment through, debugging, can run.
VC-read-excelfile
- VC中读取Excel文件中的指定行和列的单元格内容.只是一个示例程序,需要优化.-VC read Excel document designated rows and columns of cells content. Only a sample program, optimized.
EXCEL
- 1、首先将所需库文件拷到系统目录下/SYS32TEM目录下。(那些全是VB运行的一些库文件,我没有打包成安装程序,所以运行时需要先将VB库文件拷贝到系统目录下。) 2、程序需要导入3个EXCEL文件。第一个是EXCEL关系文件表格(第一列和第二列分别对应的是需导入的EXCEL文件和导入到的第二个EXCEL文件) 3、需导入的EXCEL文件第一行必须是目录,不能是其他的数据。(因为程序是通过关系表读取数据后与第一行比较,获取要导入的目录) 导入到的第二个EXCEL文件第一行也必
ReadExcelFile
- 开发工具:delphi2006 操作系统:winxp sp2 个人编写的读取Excel文件代码,采用oleObject读取Excel文件,并在cxgrid中显示。
Excel
- excel文件转txt 将excel文件按照指定格式转换为txt格式 可指定各项之间的间隔符 1.软件默认连接项为Excel文件的Sheet1页,此页名字不能改变; 2.Excel文件第一行是表头,表头内容不限,如果没有输入表头软件将把第一条 记录当做表头,从第二条记录开始读取数据; 3.Excel文件表头和数据位置不限(不限定从哪一行那一列作为起始数据),但 表头和数据记录必须连续,中间不能留有空白记录; 4.TXT文件记录格式的间隔符数目不限,可以间隔多个字符,如果记
excelodbc_src
- 读取excel文件并显示出来,方便同志们操作-read excel
Excel
- 读取Excel文件内容分析并导出数据。有点人工化。-output Excel File
ExcelPlanAlert
- Excel计划提醒工具 能读取Excel文件内的工作计划,到期给责任人发送提醒邮件-Excel program to remind the tool can read the Excel file the work plan, due to the responsibility to remind people to send e-mail
Excel
- 程序可以直接读取excel文件,使用方便-Program can directly read the excel file, easy to use
ReadExcel
- 读取excel文件,转化为与之行列相对应的txt文件-Read excel file into the ranks of the corresponding contrast txt file
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
ExcelVB2.6
- 读取excel文件中的单元格 -Read excel files unitRead excel files unit
Read-Excel
- 通过OLE对EXCEL文件的读写操作,包括单元格值的读取,颜色的设置等等。-EXCEL file via OLE on reading and writing, including the cell value to read, color settings, and more.
Example135
- 读取excel文件中的数据,写入,然后存成其他的文件格式-Read excel file data, write, and then save the file into other formats
xlRW
- 由于种种原因,有时需要直接进行读取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
randwexcel
- 读取excel文件,用直接读取文件的方式读写。-read and wright excel
excel-reading-with-tips
- 可以读取EXCEL文件进行数据转换和处理,并带有界面提示-Read Excel files with tips and store the data for processing
Qt-read-excel
- Qt 读取excel文件 并将所有的数据显示到QTableWidget上-Qt read the excel file and show all the data in the QTableWidget
ExcelTest
- excel文件的连接,以及excel中数据的读取(The connection of Excel file and data reading in Excel.)