S
sjloop
Unregistered / Unconfirmed
GUEST, unregistred user!
各位大虾,你们好!
我现在有个问题,就是我从excel里通过ADOQuery控件将数据倒入sql server中,因为我的excel表有多个sheet,如sheet1,sheet2等等,
当xlSheet:=xlApp.WorkBooks.Open(FileName);打开后,我不知道怎样才能选中我想要的sheet!!请各位大虾帮帮忙,谢了!
补充
var
xlSheet,xlApp:variant;
---------------------------
xlApp:=CreateOleObject('excel.application');
xlSheet:=CreateOleObject('excel.sheet');
FileName是要打开的excel文件名
我现在有个问题,就是我从excel里通过ADOQuery控件将数据倒入sql server中,因为我的excel表有多个sheet,如sheet1,sheet2等等,
当xlSheet:=xlApp.WorkBooks.Open(FileName);打开后,我不知道怎样才能选中我想要的sheet!!请各位大虾帮帮忙,谢了!
补充
var
xlSheet,xlApp:variant;
---------------------------
xlApp:=CreateOleObject('excel.application');
xlSheet:=CreateOleObject('excel.sheet');
FileName是要打开的excel文件名