VC 利用ADO操作Excel(原创)
摘要:
把Excel当做数据库来操作,步骤如下:1、在stdafx.h中加入#import "c:\program files\common files\system\ado\msado15.dll" no_namespace rename ("EOF", "adoEOF")2、在工程的App类的构造函数中打开要操作的Excel表格_ConnectionPtr pCon_ex;CString Connec... 阅读全文
posted @ 2009-04-01 16:57 神思者 阅读(13981) 评论(2) 推荐(1)
浙公网安备 33010602011771号