搜索资源列表
-
0下载:
Excel表格是输入输出经常需要涉及到的。操作Excel表格的方式也多种多样。比如,通过调用Excel程序的COM组件对Excel进行操作。但是,这种方式限制较多,且实现难度比较大。但是,用于访问数据库的组件ADO,是支持多种数据源的,其中就包括Excel文件。我们可以通过ADO组件对Excel文件进行读写访问。当然,在.NET平台上对应ADO数据访问组件的是ADO.NET组件。我编写的这个类就是通过ADO.NET实现了Excel文件的读写。由于时间仓促,功能还不是很完善,会在以后有时间的时候进
-
-
1下载:
关于VB与EXCEL的程序,这段程序只用几秒时间快速读取并写入新建一个EXCEL文件中(或公式,或单元格)。下载后在源代码中自己修改要读取的EXCEL文件名。-VB and Excel on the procedure, this procedure is only used a few seconds of time fast read and write a new Excel document (or formula, or cells). After downloading the so
-
-
1下载:
Excel表格是输入输出经常需要涉及到的。操作Excel表格的方式也多种多样。比如,通过调用Excel程序的COM组件对Excel进行操作。但是,这种方式限制较多,且实现难度比较大。但是,用于访问数据库的组件ADO,是支持多种数据源的,其中就包括Excel文件。我们可以通过ADO组件对Excel文件进行读写访问。当然,在.NET平台上对应ADO数据访问组件的是ADO.NET组件。我编写的这个类就是通过ADO.NET实现了Excel文件的读写。由于时间仓促,功能还不是很完善,会在以后有时间的时候进
-
-
0下载:
通过本文及配套示例源码你可以更加灵活的控制Excel表格文件,其中包括创建新Excel文件、写入表格数据、读取表格数据(包括对原建Excel文件自已手工添加的行、列数据的准确读取),删除已有Excel表格,对表格中指定行、列、单元格进行查询、插入、替换等操作,同时还可以将生成的Excel文件转换为按指定分隔符分隔的其它文本格式的文件-adoption of this sample source code and supporting you to be more flexible control
-
-
2下载:
VC++ 直接通过ODBC操作读写Excel表格文件的程序,附上源代码,程序没有其它功能,就这一个读写EXCEL的功能,可以VC6下编译通过,想研究的朋友可以下载下来学习一下。-VC++ directly through ODBC to read and write Excel spreadsheet file operation procedures, together with the source code, the program no other function, a reading
-
-
0下载:
直接通过ODBC读写Excel表格文件。基于数据库编写源程序。-Directly through ODBC to read and write Excel spreadsheet file. Prepared based on the source database.
-
-
0下载:
使用ODBC直接读写Excel文件数据,VC6.0示例代码-Use ODBC to read and write Excel file data directly
-
-
0下载:
通过ODBC直接读、写Excel表格文件。首先,应确保ODBC中已安装有Excel表格文件的驱动。-Through ODBC direct read and write Excel spreadsheet file. First of all, should ensure that the ODBC is already installed Excel spreadsheet file of the driver.
-
-
0下载:
一个直接利用数据库读写EXCEL文件的程序实例-A direct use of the database file to read and write procedures for instances of EXCEL
-
-
0下载:
以数据库访问方式对excel文件进行读取,写入等操作-Excel file database access, read, write and other operations
-
-
0下载:
利用C++语言实现 打开,读、写excel文件,对Excel实现了基本的操作-Using C++ language to open, read and write excel file, and achieve the basic operation
-