搜索资源列表
ReadWriteExcel
- 直接通过ODBC读、写Excel文件示例实现对话框-Directly through ODBC reading, writing sample Excel file dialog to achieve
OllyDbg-v1.10flyODBG
- ODBC 方式 C++ 操作EXCEL的源代码-ODBC EXCEL
COM
- 操纵EXCEL三种方式的比较。这三种方式为:ODBC,COM,CSpreadSheet。 -Manipulation of the comparison of Excel in three ways. This three ways: ODBC COM, CSpreadSheet,,.
excel
- One good thing about MS-Excel is it lets you add, delete, modify data in it programmatically. For this one needs to use ODBC or ADO. This chapter demonstrates how to use ODBC to stuff data into an Excel spreadsheet.- One good thing about MS-Exce
mfc-excel
- mfc读写excel的文档说明,通过ODBC来实现的。-mfc excel documents to read and write instructions, via ODBC to achieve.
readexcel
- vb编写用ODBC方式读取excel内容,优点速度快,缺点只能将excel当作数据库使用,不能进行类似于格式修改之类操作。-VB prepared using ODBC way to read the contents of Excel, the advantages of quick speed, shortcomings will only use Excel as the database, not similar to modify or format operation.
70170988Excel
- C++通过odbc连接excel,实现对excel的读取和操作-c++ connect to the EXCEL through ODBC
ODBC-Excel-cPP
- 直接通过ODBC读写Excel表格文件!!! !!! !!!!!1-Directly read and write Excel spreadsheet files through ODBC
ASP_Read_EXCEL_Data
- Ⅰ)将Excel97或Excel2000生成的XLS文件(book)看成一个数据库,其中的每一个工作表(sheet)看成数据库表 Ⅱ)ADO假设Excel中的第一行为字段名.所以你定义的范围中必须要包括第一行的内容 Ⅲ)Excel中的行标题(即字段名)不能够包含数字. Excel的驱动在遇到这种问题时就会出错的。例如你的行标题名为"F1" Ⅳ)如果Excel表中某一列同时包含了文本和数字的话,那么Excel的ODBC驱动将不能够正常处理这一行的数据类型,你必须要保证该列