搜索资源列表
直接通过ODBC读写Excel表格文件
- 直接通过ODBC读写Excel表格文件-directly through ODBC read and write Excel document
VC++2008 下读写同一个excel文件。
- 网上的com技术连接excel太多了,基本全部是用MSDN的方法,泛泛给出结论,不具有实用性,这个例子给出了在读一个已经存在的excel文件“f:\text.xlsx”的实际例子,而且可以在任意一个工作表写数据的例子。网上的代码基本都是要么读,要么写,这个比较有实用价值!注,excel可以是2007或者2003,2003的话则是“f:\text.xls”,需要注意!VS 2008 C++ excel 2007!
直接通过ODBC读写Excel表格文件
- 直接通过ODBC读写Excel表格文件-directly through ODBC read and write Excel document
RWExcel
- 一个excel文件读写的例子-an excel document literacy example
MainHead
- 我在C#开发的过程中, 创建的基本应用,包括数据库调用, EXCEL文件读写, 定义基本数据等-in C# development process, the creation of basic applications, including database and Excel document literacy, basic data such as the definition
CSpreadSheet_src
- 有些时候我们希望将输出的数据存到EXCEL文件或一些符号分隔文本文件(像逗号分隔、Tab符分隔)。CSpreadSheet类封装了对这些文件的读写操作。CSpreadSheet类的目标是简单易用,其主要的特性如下: 1、构造一个新的EXCEL文件或符号分隔文本文件,并在其中写如行或单个的单元。 2、读取行、列或单个单元。 3、覆盖、插入或追加行。 4、将已存在或新的EXCEL文件转化成符号
Excel
- VC实现Excel表格文件操作,一个直接读写Excel文件行、列、求部份数学函数的源码-VC achieve the Excel spreadsheet file operations, a direct read and write Excel file rows, columns, and some mathematical functions source code
fileTest
- excel、ini、txt、properties、xml文件的读写操作-excel, ini, txt, properties, xml files to read and write operations
excel
- VC对EXCEL文件进行读写操作,值得一用哦!-A useful tool for reading and writing excel file
excel
- vc++ 6.0 读写excel文件例程,非常好-read an write excel file use vc++ 6.0
exceltest
- excel文件读写访问的简单软件。可以操作.xls文件的读写。-excel file read write simple software. can do read and write .xls file.
Excel
- excel文件读写,简单的对Excel文件的操作代码-Read and Write Excel
如何读写Excel文件
- vc编写的excel读写程序,集成了api接口,并附带源码,很好的学习工具(VC prepared by the excel read and write procedures, integrated API interface, and comes with source code, a good learning tool)
matlab文档读取与字符筛选
- matlab读取excel文件,附带对读取信息进行字符筛选操作,这里我们使用了一系列小黄车位置数据作为操作原料进行展示(Matlab reads the excel file)
XLSReadWriteII.v4.0.21
- 经典的Excel文件读写控件。本版本支持以下 IDE:Delphi 6,7,BDS 2(Notice: After installing the design time library XLSRWII4_*.bpl, add also \SrcXLS and \SrcXLS\Obj to your Library path. \\ DarkRapt0r Thanks for Langzu.)
VC++读写Excel文件源代码
- VC实现对excel的读写 增删操作,支持vs2010(VC to achieve the operation of Excel)
VC++读写Excel文件源代码
- 读写excel文件内容,并将其显示到vs界面上(Read and write the contents of the XML file, and display it to the vs interface)
Excel文件读写
- 微软ole方式读写,excel文件,速度很快,亲测有效(Microsoft ole mode read and write, excel file, fast, pro test effective)
excel文件操作模块
- 易语言操作EXCEL读写的模块和示例,方便学习入门(E language to operate EXCEL read and write modules and examples, easy to learn entry)
对excel的读写操作
- 读写Excel表,插入数据和对excel文件内容读取,以及查询等功能。