level 7
life361sky
楼主
我的问题是:我创建excel服务器失败,很无语啊!怎么解决啊!知道可以用其他的方法把数据导入excel中,但我还有个功能还想excel中粘贴图片啊!求解决办法!
if(!app.CreateDispatch("Excel.Application"))
{
AfxMessageBox("Couldn*t start Excel and get an application 0bject");
return;
}
app.SetVisible(TRUE);就是他失败!
2014年10月24日 13点10分
1
if(!app.CreateDispatch("Excel.Application"))
{
AfxMessageBox("Couldn*t start Excel and get an application 0bject");
return;
}
app.SetVisible(TRUE);就是他失败!