有关mfc读取excel表 驱动问题
今天在研究mfc读取excel表内容的程序 , 看到示例程序需要检测excel有没有安装数据库的驱动 这个是什么意思?这个驱动是什么来的? 怎么安装 sDriver = GetExcelDriver();
if(sDriver.IsEmpty())
{
::AfxMessageBox("no istall deriver");
return ;
}
求解。。。。。。
[ 本帖最后由 linkang1024 于 2013-8-22 23:00 编辑 ]