搜索资源列表
VC-read-excelfile
- VC中读取Excel文件中的指定行和列的单元格内容.只是一个示例程序,需要优化.-VC read Excel document designated rows and columns of cells content. Only a sample program, optimized.
P6_Program
- C# 程序编写, excel的读取, convert data in excelfile and text file to waveform-C# programmers, excel in reading, convert data in excelfile and text file to wavef Vector
VC-read-excelfile
- VC中读取Excel文件中的指定行和列的单元格内容.只是一个示例程序,需要优化.-VC read Excel document designated rows and columns of cells content. Only a sample program, optimized.
Excelfile
- Excel管理系统源代码,在VC++6.0中运行,不能在TC20中运行,是学习C语言好帮手-Excel management system source code, in VC++ 6.0 running, should not run in the TC20 is to learn C language good helper
ExcelFile
- 需要首先下载poi项目相关的jar包和文档。新建一个Excel文件。读Excel文件内容。-Need to first download the poi project-related jar packages and documents. Create a new Excel document. Reading Excel file content.
GemBox.ExcelLite
- 导出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
ExcelFile
- 一个名为ExcelFile的类,提供了操纵excel表格的接口,打开,保存,读取,存储等等。-A class named ExcelFile to manipulate the excel file.
AccessToExcel
- 基于易语言,实现Access数据库文件到Excel文件的转换。-This program can transform AccessFile(*.mdb) to ExcelFile(*.xls,*.xlsx)
excelFile
- 利用C++语言实现 打开,读、写excel文件,对Excel实现了基本的操作-Using C++ language to open, read and write excel file, and achieve the basic operation
SJZH
- 将txt点坐标文件转到excel中,同时将excel坐标转化成dbf数据表中-exchange txt file TO excel,at the sametime,import the excelfile to dbf
flex-xls
- 专门读取Excel文件的类,应用示例: var xls:ExcelFile = new ExcelFile();//生成xls文件 xls.loadFromByteArray(byteArray);//加载数据 if(xls == null) return; var sheet:Sheet = xls.sheets[0]; var xlsSet:ArrayCollection = sh