注册 登录
编程论坛 Delphi论坛

急需读取EXCEL

wangdayong 发布于 2006-08-14 17:26, 969 次点击
RepPath:=DirectoryListBox1.GetItemPath(DirectoryListBox1.ItemIndex);
WorkBook:=EclApp.workbooks.open(RepPath+'\'+FileListBox1.Items[0]);

打开EXCEL怎样提取数据
谢谢
1 回复
#2
volte2006-08-14 22:37
这个问题,还有人提!
可以去看看我在sql server论坛发的一个固定的帖子,读取excel,那个就是用delphi的方法的.会教你如何取excel表格中的数据.
1