请教 excle文件导入问题
代码如下: 一直提示 (excel文件是对的,也是6例 附excle文件)CREATE CURSOR ct_temppos(;
f1 c (50),;
f2 c (50),;
f3 c (50),;
f4 c (50),;
f5 c (50),;
f6 c (50))
lcfile=getfile('xls','文件名称:','选定')
if !empty(lcfile)
select ct_temppos
append from &lcfile. TYPE XL5
GO top
DELETE
endif
导出excel.rar
(9.67 KB)
[此贴子已经被作者于2020-3-1 15:23编辑过]